From 2f2bd7fad5342583f85e99ec67eea74fad5fafdd Mon Sep 17 00:00:00 2001 From: daurnimator Date: Fri, 30 Mar 2018 16:11:50 +1100 Subject: src/fengaricore.js: Fix fengari release number (shouldn't contain patch number) --- src/fengaricore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/fengaricore.js b/src/fengaricore.js index 1fd0354..107d2a2 100644 --- a/src/fengaricore.js +++ b/src/fengaricore.js @@ -10,7 +10,7 @@ const defs = require("./defs.js"); const FENGARI_VERSION_MAJOR = "0"; const FENGARI_VERSION_MINOR = "0"; -const FENGARI_VERSION_NUM = 1; +const FENGARI_VERSION_NUM = 0; const FENGARI_VERSION_RELEASE = "1"; const FENGARI_VERSION = "Fengari " + FENGARI_VERSION_MAJOR + "." + FENGARI_VERSION_MINOR; const FENGARI_RELEASE = FENGARI_VERSION + "." + FENGARI_VERSION_RELEASE; -- cgit v1.2.3-54-g00ecf