From c7afcf97e24f94a09af8b8fbea2c98f8bfebc46f Mon Sep 17 00:00:00 2001 From: XARIA <37904871+xaria-coin@users.noreply.github.com> Date: Sun, 2 Sep 2018 17:08:56 +0100 Subject: [PATCH] Update version.h.in --- src/version.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h.in b/src/version.h.in index 43add114aa..05420428f6 100755 --- a/src/version.h.in +++ b/src/version.h.in @@ -7,7 +7,7 @@ #define APP_VER_MAJOR 0 #define APP_VER_MINOR 0 #define APP_VER_REV 0 -#define APP_VER_BUILD 0003 +#define APP_VER_BUILD 01 #define BUILD_COMMIT_ID "@VERSION@" #define PROJECT_VERSION STR(APP_VER_MAJOR) "." STR(APP_VER_MINOR) "." STR(APP_VER_REV)