Skip to content

Commit

Permalink
Bumped version to 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rainman110 committed Feb 5, 2015
1 parent 2d63a40 commit 6076fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()
project (TIGL)
set(TIGL_VERSION_MAJOR 2)
set(TIGL_VERSION_MINOR 1)
set(TIGL_VERSION_PATCH 3)
set(TIGL_VERSION_PATCH 4)
set(TIGL_VERSION "${TIGL_VERSION_MAJOR}.${TIGL_VERSION_MINOR}.${TIGL_VERSION_PATCH}")

set(TIGL_ADD_INCLUDE_PATH "" CACHE PATH "Additional include path for package search")
Expand Down

0 comments on commit 6076fce

Please sign in to comment.