Re #721 Restored default automatic SVN revision detection (commented-out by mistake)

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4875 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
pouillot 2012-08-19 08:18:52 +00:00
parent 296eda5e00
commit 3f397c6337
1 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,10 @@ CHECK_PACKAGES()
SET(NEXT_LESSER_VERSION 0) # The next lesser version
SET(NEXT_MAJOR_MINOR_VERSION "2.1") # Next major.minor version
SET(OPTION_AUTOVERSION Off)
# Uncomment if you don't want automatic SVN version detection
# (poor performances under Windows, don't work with git-svn, ...)
# SET(OPTION_AUTOVERSION Off)
IF(NOT OPTION_AUTOVERSION)
SET(VERSION "${NEXT_MAJOR_MINOR_VERSION}-dev")