[njs] Fixed the version of njs.

Dmitry Volyntsev xeioex at nginx.com
Mon Apr 2 13:46:02 UTC 2018


details:   http://hg.nginx.org/njs/rev/75d291c00c1f
branches:  
changeset: 479:75d291c00c1f
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Mon Apr 02 14:12:00 2018 +0300
description:
Fixed the version of njs.

The version in the code should be above the latest tag version.

diffstat:

 njs/njscript.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7a7160de8098 -r 75d291c00c1f njs/njscript.h
--- a/njs/njscript.h	Fri Mar 30 20:11:10 2018 +0300
+++ b/njs/njscript.h	Mon Apr 02 14:12:00 2018 +0300
@@ -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;


More information about the nginx-devel mailing list