diff options
Diffstat (limited to 'src/njs.h')
-rw-r--r-- | src/njs.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ #include <njs_auto_config.h> -#define NJS_VERSION "0.9.1" -#define NJS_VERSION_NUMBER 0x000901 +#define NJS_VERSION "0.9.2" +#define NJS_VERSION_NUMBER 0x000902 #include <string.h> |