From: Dmitry Volyntsev Date: Mon, 2 Apr 2018 11:12:00 +0000 (+0300) Subject: Fixed the version of njs. X-Git-Tag: 0.2.0~4 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=457d5777ea1f021afb237e6948b767b427991463;p=njs.git Fixed the version of njs. The version in the code should be above the latest tag version. --- 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;