From 457d5777ea1f021afb237e6948b767b427991463 Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Mon, 2 Apr 2018 14:12:00 +0300 Subject: [PATCH] Fixed the version of njs. The version in the code should be above the latest tag version. --- njs/njscript.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/njs/njscript.h b/njs/njscript.h index bd14f51f..9a8c9cad 100644 --- a/njs/njscript.h +++ b/njs/njscript.h @@ -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; -- 2.47.3