Skip to content

Commit

Permalink
Finalizing release 2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Apr 2, 2014
1 parent 0da209c commit c66f388
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 @@ -29,7 +29,7 @@ endif (DATE_CMD)
######################################################################
set ( CPACK_PACKAGE_VERSION_MAJOR 2 )
set ( CPACK_PACKAGE_VERSION_MINOR 3 )
set ( CPACK_PACKAGE_VERSION_PATCH "0SNAPSHOT" ) # dev versions are SNAPSHOT like java
set ( CPACK_PACKAGE_VERSION_PATCH "0" ) # dev versions are SNAPSHOT like java
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 c66f388

Please sign in to comment.