mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Update rsversion.in
This commit is contained in:
parent
4a8edee615
commit
7ded128b3a
2 changed files with 2 additions and 9 deletions
|
@ -33,14 +33,7 @@ if errorlevel 1 goto exit
|
||||||
|
|
||||||
if "%Revision%"=="" (
|
if "%Revision%"=="" (
|
||||||
echo.
|
echo.
|
||||||
echo Version not found in
|
echo Version not found
|
||||||
echo %VersionFile%
|
|
||||||
goto exit
|
|
||||||
)
|
|
||||||
if "%BuildAdd%"=="" (
|
|
||||||
echo.
|
|
||||||
echo Version not found in
|
|
||||||
echo %VersionFile%
|
|
||||||
goto exit
|
goto exit
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#define RS_MAJOR_VERSION 0
|
#define RS_MAJOR_VERSION 0
|
||||||
#define RS_MINOR_VERSION 6
|
#define RS_MINOR_VERSION 6
|
||||||
#define RS_BUILD_NUMBER 0
|
#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:
|
// 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
|
// git log --pretty="%H" | head -1 | cut -c1-8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue