]> git.kaiwu.me - njs.git/commitdiff
Fixed the version of njs.
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 2 Apr 2018 11:12:00 +0000 (14:12 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Mon, 2 Apr 2018 11:12:00 +0000 (14:12 +0300)
The version in the code should be above the latest tag version.

njs/njscript.h

index bd14f51f5e435c0cbdc740b5491ebb5dec9ecd86..9a8c9cad510748dafa495c43415e24d47fcc6489 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef _NJSCRIPT_H_INCLUDED_
 #define _NJSCRIPT_H_INCLUDED_
 
-#define NJS_VERSION                 "0.1.15"
+#define NJS_VERSION                 "0.2.0"
 
 
 typedef intptr_t                    njs_ret_t;