Skip to content

Commit

Permalink
Official 4.2.0 release
Browse files Browse the repository at this point in the history
SVN-Revision: 2445
  • Loading branch information
derekbruening committed Dec 14, 2013
1 parent 9373060 commit e30f02c
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 @@ -404,7 +404,7 @@ endif (EXISTS "${PROJECT_SOURCE_DIR}/.svn")
# N.B.: if VERSION_NUMBER's major number is incremented without also
# incrementing OLDEST_COMPATIBLE_VERSION we'll need to add another
# symlink loop in core/CMakeLists.txt
set(VERSION_NUMBER_DEFAULT "4.1.${VERSION_NUMBER_PATCHLEVEL}")
set(VERSION_NUMBER_DEFAULT "4.2.${VERSION_NUMBER_PATCHLEVEL}")
# do not store the default VERSION_NUMBER in the cache to prevent a stale one
# from preventing future version updates in a pre-existing build dir
set(VERSION_NUMBER "" CACHE STRING "Version number: leave empty for default")
Expand Down

0 comments on commit e30f02c

Please sign in to comment.