pike.git/
src/
version.h
Branch:
Tag:
Non-build tags
All tags
No tags
2014-09-18
2014-09-18 05:11:48 by Martin Nilsson <nilsson@opera.com>
abe9fe7c35aacd14a8dee770eeb6a9adabbbccf2 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Removed compat support for Pike 7.4.
9:
#define PIKE_BUILD_VERSION 5 #define LOWEST_COMPAT_MAJOR 7
-
#define LOWEST_COMPAT_MINOR
4
+
#define LOWEST_COMPAT_MINOR
6
/* Prototypes begin here */ PMOD_EXPORT void f_version(INT32 args); void push_compact_version(void); /* Prototypes end here */