Changed Next Version to 2.2
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5802 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 125a9292160e139fa90ed784caa484313ea49148 Former-commit-id: e6448213012155ca3f7172a78b3d54c0065790b8
This commit is contained in:
parent
be6fbcf2f3
commit
a3bc3be036
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ CHECK_LIBRARIES()
|
|||
|
||||
# Determine version
|
||||
SET(NEXT_LESSER_VERSION 0) # The next lesser version
|
||||
SET(NEXT_MAJOR_MINOR_VERSION "2.1") # Next major.minor version
|
||||
SET(NEXT_MAJOR_MINOR_VERSION "2.2") # Next major.minor version
|
||||
|
||||
# Uncomment if you don't want automatic SVN version detection
|
||||
# (poor performances under Windows, don't work with git-svn, ...)
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
!endif
|
||||
|
||||
!ifndef VER_MINOR
|
||||
!define VER_MINOR 1
|
||||
!define VER_MINOR 2
|
||||
!endif
|
||||
|
||||
!ifndef VER_PATCH
|
||||
|
|
Loading…
Reference in a new issue