pike.git/
src/
version.h
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-10
2014-08-10 20:41:12 by Martin Nilsson <nilsson@opera.com>
c2c932064ba183b17a76160970d2075154df9c0f (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
Remove Pike 0.6 support.
8:
#define PIKE_MINOR_VERSION 0 #define PIKE_BUILD_VERSION 3
-
#define LOWEST_COMPAT_MAJOR
0
-
#define LOWEST_COMPAT_MINOR
6
+
#define LOWEST_COMPAT_MAJOR
7
+
#define LOWEST_COMPAT_MINOR
0
/* Prototypes begin here */ PMOD_EXPORT void f_version(INT32 args); void push_compact_version(); /* Prototypes end here */