We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2d313 commit 35fc0fbCopy full SHA for 35fc0fb
CMakeLists.txt
@@ -1,8 +1,8 @@
1
# Common variables.
2
cmake_minimum_required (VERSION 2.8)
3
project (munkres-cpp)
4
-set (munkres-cpp_VERSION_MAJOR 0)
5
-set (munkres-cpp_VERSION_MINOR 1)
+set (munkres-cpp_VERSION_MAJOR 2)
+set (munkres-cpp_VERSION_MINOR 0)
6
7
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
8
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra")
0 commit comments