mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-10 00:59:53 -04:00
Update rsversion.in
This commit is contained in:
parent
4a8edee615
commit
7ded128b3a
@ -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…
x
Reference in New Issue
Block a user