Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
4d641eb0
Commit
4d641eb0
authored
Nov 20, 2017
by
tooomm
Committed by
Zach H
Nov 19, 2017
Browse files
version number bump to next patch (#2920)
parent
59824cf4
Changes
2
Hide whitespace changes
Inline
Side-by-side
.appveyor.yml
View file @
4d641eb0
version
:
2.
3
.1
8
-branch-{branch}-build-{build}
version
:
2.
4
.1-branch-{branch}-build-{build}
# Skipping commits affecting specific files (GitHub only). More details here: https://www.appveyor.com/docs/appveyor-yml
skip_commits
:
...
...
CMakeLists.txt
View file @
4d641eb0
...
...
@@ -22,7 +22,7 @@ ENDIF()
# A project name is needed for CPack
# Version can be overriden by git tags, see cmake/getversion.cmake
PROJECT
(
"Cockatrice"
VERSION 2.
3
.1
8
)
PROJECT
(
"Cockatrice"
VERSION 2.
4
.1
)
# Use c++11 for all targets
set
(
CMAKE_CXX_STANDARD 11 CACHE STRING
"C++ ISO Standard"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment