Fix CMake and AboutThisBuild with git (see issue #2860)
Tools to generate the release info are not updated jet, namely tools/generateReleaseInfo{.bat}. Only tested on Linux, OS X and Windows are untested.
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
|
||||
|
||||
#define MyAppName "RawTherapee"
|
||||
#define MyAppVersion "${HG_VERSION}"
|
||||
#define MyAppFullVersion "${HG_VERSION}.${HG_TAGDISTANCE}"
|
||||
#define MyAppVersion "${GIT_VERSION}"
|
||||
#define MyAppFullVersion "${GIT_VERSION}.${GIT_TAGDISTANCE}"
|
||||
#define MyAppPublisher "rawtherapee.com"
|
||||
#define MyAppURL "http://www.rawtherapee.com/"
|
||||
#define MyAppExeName "rawtherapee.exe"
|
||||
|
Reference in New Issue
Block a user