From 7ded128b3a50796e90ff48795d679a482e54938f Mon Sep 17 00:00:00 2001 From: thunder2 Date: Sat, 6 Feb 2016 19:18:22 +0100 Subject: [PATCH] Update rsversion.in --- build_scripts/Windows/make_installer.bat | 9 +-------- libretroshare/src/retroshare/rsversion.in | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/build_scripts/Windows/make_installer.bat b/build_scripts/Windows/make_installer.bat index 42b3776e9..556680da8 100644 --- a/build_scripts/Windows/make_installer.bat +++ b/build_scripts/Windows/make_installer.bat @@ -33,14 +33,7 @@ if errorlevel 1 goto exit if "%Revision%"=="" ( echo. - echo Version not found in - echo %VersionFile% - goto exit -) -if "%BuildAdd%"=="" ( - echo. - echo Version not found in - echo %VersionFile% + echo Version not found goto exit ) diff --git a/libretroshare/src/retroshare/rsversion.in b/libretroshare/src/retroshare/rsversion.in index cf3521ed2..96ab52c89 100644 --- a/libretroshare/src/retroshare/rsversion.in +++ b/libretroshare/src/retroshare/rsversion.in @@ -1,7 +1,7 @@ #define RS_MAJOR_VERSION 0 #define RS_MINOR_VERSION 6 #define RS_BUILD_NUMBER 0 -#define RS_BUILD_NUMBER_ADD "x" // <-- do we need this? +#define RS_BUILD_NUMBER_ADD "" // The revision number should be the 4 first bytes of the git revision hash, which is obtained using: // git log --pretty="%H" | head -1 | cut -c1-8