Skip to content

Commit 35fc0fb

Browse files
committed
Set project version according to the project description.
1 parent 0f2d313 commit 35fc0fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Common variables.
22
cmake_minimum_required (VERSION 2.8)
33
project (munkres-cpp)
4-
set (munkres-cpp_VERSION_MAJOR 0)
5-
set (munkres-cpp_VERSION_MINOR 1)
4+
set (munkres-cpp_VERSION_MAJOR 2)
5+
set (munkres-cpp_VERSION_MINOR 0)
66

77
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
88
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra")

0 commit comments

Comments
 (0)