Update version to 2.6.2 (#3492)
## Short roundup of the initial problem We released 2.6.2, but CMake still thinks it's 2.6.1 ## What will change with this Pull Request? Update CMake version to 2.6.2
This commit is contained in:
parent
ce140041e3
commit
463ef13fe0
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ endif()
|
||||||
|
|
||||||
# A project name is needed for CPack
|
# A project name is needed for CPack
|
||||||
# Version can be overriden by git tags, see cmake/getversion.cmake
|
# Version can be overriden by git tags, see cmake/getversion.cmake
|
||||||
PROJECT("Cockatrice" VERSION 2.6.1)
|
PROJECT("Cockatrice" VERSION 2.6.2)
|
||||||
|
|
||||||
# Use c++11 for all targets
|
# Use c++11 for all targets
|
||||||
set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ ISO Standard")
|
set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ ISO Standard")
|
||||||
|
|
Loading…
Reference in a new issue