Solving issue 2274: "Adding a suffix to the version string"

This commit is contained in:
Hombrenatureh.510
2014-03-05 20:32:30 +01:00
parent fbf818ab71
commit 5d91a8850b
9 changed files with 24 additions and 4 deletions

View File

@@ -22,6 +22,9 @@ set(CACHE_NAME_SUFFIX "" CACHE STRING "RawTherapee's cache folder suffix (leave
# This line will let you chose the target number, and the associated processor
set(PROC_TARGET_NUMBER 0 CACHE STRING "Target Processor")
# To add a version suffix (text) after the standard version number, e.g. for patched builds
set(VERSION_SUFFIX "" CACHE STRING "For patched builds, use this string to add a version suffix (text); KEEP EMPTY FOR RELEASE BULDS")
# If you want to force the target processor name when PROC_TARGET_NUMBER = 0 or 2,
# uncomment the next line and replace labelWithoutQuotes by its value
#set (PROC_LABEL labelWithoutQuotes CACHE STRING "Target Processor label")