Skip to content

Commit

Permalink
Bumped to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Bonnard committed Feb 4, 2014
1 parent 345128e commit ce10b38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 2.8)

project(chilitags CXX)

set(CPACK_PACKAGE_VERSION_MAJOR "1")
set(CPACK_PACKAGE_VERSION_MINOR "3")
set(CPACK_PACKAGE_VERSION_PATCH "1")
set(CPACK_PACKAGE_VERSION_MAJOR "2")
set(CPACK_PACKAGE_VERSION_MINOR "0")
set(CPACK_PACKAGE_VERSION_PATCH "0")

add_definitions(-std=c++11)
find_package(OpenCV REQUIRED )
Expand Down

0 comments on commit ce10b38

Please sign in to comment.