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
This commit is contained in:
beaglejoe 2018-11-22 01:06:58 +00:00
parent 523c9823e2
commit d5c8c21ab8
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ CHECK_LIBRARIES()
# Determine 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
# (poor performances under Windows, don't work with git-svn, ...)

View File

@ -14,11 +14,11 @@
!endif
!ifndef VER_MINOR
!define VER_MINOR 2
!define VER_MINOR 3
!endif
!ifndef VER_PATCH
!define VER_PATCH 2
!define VER_PATCH 0
!endif
!ifndef VER_EXTRA