disable guard during testing sprint and inc version

[SVN r52832]
This commit is contained in:
Troy D. Straszheim 2009-05-07 14:26:05 +00:00
parent 31eb6017ce
commit c2f7060319

View file

@ -32,6 +32,7 @@ project(Boost)
# Post a warning to those attempting to use the CMake Build system. When #
# the build system stabilizes this can be removed. #
##########################################################################
set (CMAKE_IS_EXPERIMENTAL ON)
if (NOT CMAKE_IS_EXPERIMENTAL)
message(STATUS "##########################################################################")
message(STATUS "")
@ -65,7 +66,7 @@ endif (NOT CMAKE_IS_EXPERIMENTAL)
# Version information #
##########################################################################
set(BOOST_VERSION_MAJOR 1)
set(BOOST_VERSION_MINOR 37)
set(BOOST_VERSION_MINOR 49)
set(BOOST_VERSION_SUBMINOR 0)
set(BOOST_VERSION "${BOOST_VERSION_MAJOR}.${BOOST_VERSION_MINOR}.${BOOST_VERSION_SUBMINOR}")
##########################################################################