pike.git/
src/
version.h
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-10
2014-08-10 19:05:23 by Martin Nilsson <nilsson@opera.com>
0d34dcf8f4b303a9ea1d9f18df421fac5714a040 (
4
lines) (+
4
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Cap compatibility mode to lowest supported.
8:
#define PIKE_MINOR_VERSION 0 #define PIKE_BUILD_VERSION 3
+
#define LOWEST_COMPAT_MAJOR 0
+
#define LOWEST_COMPAT_MINOR 5
+
/* Prototypes begin here */ PMOD_EXPORT void f_version(INT32 args); void push_compact_version(); /* Prototypes end here */