|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r52956 - branches/release
From: dgregor_at_[hidden]
Date: 2009-05-12 23:54:33
Author: dgregor
Date: 2009-05-12 23:54:32 EDT (Tue, 12 May 2009)
New Revision: 52956
URL: http://svn.boost.org/trac/boost/changeset/52956
Log:
Update Boost version in the CMake build system
Text files modified:
branches/release/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/CMakeLists.txt
==============================================================================
--- branches/release/CMakeLists.txt (original)
+++ branches/release/CMakeLists.txt 2009-05-12 23:54:32 EDT (Tue, 12 May 2009)
@@ -66,7 +66,7 @@
# Version information #
##########################################################################
set(BOOST_VERSION_MAJOR 1)
-set(BOOST_VERSION_MINOR 38)
+set(BOOST_VERSION_MINOR 40)
set(BOOST_VERSION_SUBMINOR 0)
set(BOOST_VERSION "${BOOST_VERSION_MAJOR}.${BOOST_VERSION_MINOR}.${BOOST_VERSION_SUBMINOR}")
##########################################################################
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk