forked from speed-dreams/speed-dreams-code
Updated Version to 2.3.0
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6567 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 753a56bf0f9771a9130d647738710e1ffd83826e Former-commit-id: 00bf4af8c1c30ebbb1fcfca3d8473694aaef44cd
This commit is contained in:
parent
4fc5e1b2e9
commit
d6813cb317
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ CHECK_LIBRARIES()
|
||||||
|
|
||||||
# Determine version
|
# Determine version
|
||||||
SET(NEXT_LESSER_VERSION 0) # The next lesser version
|
SET(NEXT_LESSER_VERSION 0) # The next lesser version
|
||||||
SET(NEXT_MAJOR_MINOR_VERSION "2.2") # Next major.minor version
|
SET(NEXT_MAJOR_MINOR_VERSION "2.3") # Next major.minor version
|
||||||
|
|
||||||
# Uncomment if you don't want automatic SVN version detection
|
# Uncomment if you don't want automatic SVN version detection
|
||||||
# (poor performances under Windows, don't work with git-svn, ...)
|
# (poor performances under Windows, don't work with git-svn, ...)
|
||||||
|
|
|
@ -14,11 +14,11 @@
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifndef VER_MINOR
|
!ifndef VER_MINOR
|
||||||
!define VER_MINOR 2
|
!define VER_MINOR 3
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifndef VER_PATCH
|
!ifndef VER_PATCH
|
||||||
!define VER_PATCH 2
|
!define VER_PATCH 0
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
!ifndef VER_EXTRA
|
!ifndef VER_EXTRA
|
||||||
|
|
Loading…
Reference in a new issue