Branch: Tag:

2014-08-10

2014-08-10 19:05:23 by Martin Nilsson <nilsson@opera.com>

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 */