Boost logo

Boost-Commit :

From: dgregor_at_[hidden]
Date: 2008-04-14 10:02:00


Author: dgregor
Date: 2008-04-14 10:01:59 EDT (Mon, 14 Apr 2008)
New Revision: 44413
URL: http://svn.boost.org/trac/boost/changeset/44413

Log:
The release branch will eventually become Boost 1.35.1
Text files modified:
   branches/release/Jamroot | 2 +-
   branches/release/boost/version.hpp | 4 ++--
   2 files changed, 3 insertions(+), 3 deletions(-)

Modified: branches/release/Jamroot
==============================================================================
--- branches/release/Jamroot (original)
+++ branches/release/Jamroot 2008-04-14 10:01:59 EDT (Mon, 14 Apr 2008)
@@ -112,7 +112,7 @@
 import sequence ;
 
 path-constant BOOST_ROOT : . ;
-constant BOOST_VERSION : 1.35.0 ;
+constant BOOST_VERSION : 1.35.1 ;
 constant BOOST_JAMROOT_MODULE : $(__name__) ;
 
 local version-tag = [ MATCH "^([^.]+)[.]([^.]+)[.]([^.]+)" : $(BOOST_VERSION) ] ;

Modified: branches/release/boost/version.hpp
==============================================================================
--- branches/release/boost/version.hpp (original)
+++ branches/release/boost/version.hpp 2008-04-14 10:01:59 EDT (Mon, 14 Apr 2008)
@@ -19,7 +19,7 @@
 // BOOST_VERSION / 100 % 1000 is the minor version
 // BOOST_VERSION / 100000 is the major version
 
-#define BOOST_VERSION 103500
+#define BOOST_VERSION 103501
 
 //
 // BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION
@@ -27,7 +27,7 @@
 // number and y is the minor version number. This is used by
 // <config/auto_link.hpp> to select which library version to link to.
 
-#define BOOST_LIB_VERSION "1_35"
+#define BOOST_LIB_VERSION "1_35_1"
 
 #endif
 


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