increase version number so we can create a beta (#5001)
This commit is contained in:
parent
b0d8a33d5f
commit
ad56b431a3
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ endif()
|
|||
|
||||
# A project name is needed for CPack
|
||||
# Version can be overriden by git tags, see cmake/getversion.cmake
|
||||
project("Cockatrice" VERSION 2.9.0)
|
||||
project("Cockatrice" VERSION 2.9.1)
|
||||
|
||||
# Set release name if not provided via env/cmake var
|
||||
if(NOT DEFINED GIT_TAG_RELEASENAME)
|
||||
|
|
Loading…
Reference in a new issue