Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
louiz’
biboumi
Commits
a0042617
Commit
a0042617
authored
Jun 04, 2015
by
louiz’
Browse files
Bump to 3.0~dev
parent
c649e56d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a0042617
...
...
@@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 2.6)
project
(
biboumi
)
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR
2
)
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR
3
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR 0
)
set
(
${
PROJECT_NAME
}
_VERSION_SUFFIX
""
)
set
(
${
PROJECT_NAME
}
_VERSION_SUFFIX
"
~dev
"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++1y -pedantic -Wall -Wextra"
)
...
...
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