From 7a9c646bbabaadb7c636ba42dcac6be86eaa2e4d Mon Sep 17 00:00:00 2001 From: furiousteam Date: Sun, 22 Sep 2019 21:01:09 +0200 Subject: [PATCH] version update --- src/config/version.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/version.h.in b/src/config/version.h.in index 41f7674226..e295659b9a 100755 --- a/src/config/version.h.in +++ b/src/config/version.h.in @@ -6,7 +6,7 @@ #define PROJECT_COPYRIGHT "Copyright 2019, The BLOC Developers" #define APP_VER_MAJOR 3 #define APP_VER_MINOR 5 -#define APP_VER_REV 0 +#define APP_VER_REV 1 #define APP_VER_BUILD 2 #define BUILD_COMMIT_ID "@VERSION@"