Skip to content

Commit

Permalink
Finalizing version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Sep 9, 2016
1 parent accc557 commit fea0dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ endif (DATE_CMD)

######################################################################
set ( CPACK_PACKAGE_VERSION_MAJOR 2 )
set ( CPACK_PACKAGE_VERSION_MINOR 4 )
set ( CPACK_PACKAGE_VERSION_PATCH 0 )
set ( CPACK_PACKAGE_VERSION_MINOR 3 )
set ( CPACK_PACKAGE_VERSION_PATCH 4 )
set ( CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}" )

configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/version.hpp.in
Expand Down

0 comments on commit fea0dbe

Please sign in to comment.