Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75868 - in trunk/tools/build/v2: build engine
From: steven_at_[hidden]
Date: 2011-12-08 18:32:10


Author: steven_watanabe
Date: 2011-12-08 18:32:09 EST (Thu, 08 Dec 2011)
New Revision: 75868
URL: http://svn.boost.org/trac/boost/changeset/75868

Log:
Update the Boost.Build version number.
Text files modified:
   trunk/tools/build/v2/build/version.jam | 2 +-
   trunk/tools/build/v2/engine/patchlevel.h | 8 ++++----
   2 files changed, 5 insertions(+), 5 deletions(-)

Modified: trunk/tools/build/v2/build/version.jam
==============================================================================
--- trunk/tools/build/v2/build/version.jam (original)
+++ trunk/tools/build/v2/build/version.jam 2011-12-08 18:32:09 EST (Thu, 08 Dec 2011)
@@ -7,7 +7,7 @@
 import numbers ;
 
 major = "2011" ;
-minor = "04" ;
+minor = "12" ;
 
 rule boost-build ( )
 {

Modified: trunk/tools/build/v2/engine/patchlevel.h
==============================================================================
--- trunk/tools/build/v2/engine/patchlevel.h (original)
+++ trunk/tools/build/v2/engine/patchlevel.h 2011-12-08 18:32:09 EST (Thu, 08 Dec 2011)
@@ -8,10 +8,10 @@
 /* It can be accessed as $(JAMVERSION) in the Jamfile. */
 
 #define VERSION_MAJOR 2011
-#define VERSION_MINOR 04
+#define VERSION_MINOR 12
 #define VERSION_PATCH 0
 #define VERSION_MAJOR_SYM "2011"
-#define VERSION_MINOR_SYM "04"
+#define VERSION_MINOR_SYM "12"
 #define VERSION_PATCH_SYM "00"
-#define VERSION "2011.4"
-#define JAMVERSYM "JAMVERSION=2011.4"
+#define VERSION "2011.12"
+#define JAMVERSYM "JAMVERSION=2011.12"


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