Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84445 - in trunk/tools/build/v2: build engine
From: steven_at_[hidden]
Date: 2013-05-23 12:38:02


Author: steven_watanabe
Date: 2013-05-23 12:38:02 EDT (Thu, 23 May 2013)
New Revision: 84445
URL: http://svn.boost.org/trac/boost/changeset/84445

Log:
Increment Boost.Build version.
Text files modified:
   trunk/tools/build/v2/build/version.jam | 4 ++--
   trunk/tools/build/v2/engine/patchlevel.h | 14 +++++++-------
   2 files changed, 9 insertions(+), 9 deletions(-)

Modified: trunk/tools/build/v2/build/version.jam
==============================================================================
--- trunk/tools/build/v2/build/version.jam (original)
+++ trunk/tools/build/v2/build/version.jam 2013-05-23 12:38:02 EDT (Thu, 23 May 2013)
@@ -6,8 +6,8 @@
 import numbers ;
 
 
-.major = "2011" ;
-.minor = "12" ;
+.major = "2013" ;
+.minor = "05" ;
 
 
 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 2013-05-23 12:38:02 EDT (Thu, 23 May 2013)
@@ -7,11 +7,11 @@
 /* Keep JAMVERSYM in sync with VERSION. */
 /* It can be accessed as $(JAMVERSION) in the Jamfile. */
 
-#define VERSION_MAJOR 2011
+#define VERSION_MAJOR 2013
 #define VERSION_MINOR 12
-#define VERSION_PATCH 1
-#define VERSION_MAJOR_SYM "2011"
-#define VERSION_MINOR_SYM "12"
-#define VERSION_PATCH_SYM "01"
-#define VERSION "2011.12.1"
-#define JAMVERSYM "JAMVERSION=2011.12"
+#define VERSION_PATCH 0
+#define VERSION_MAJOR_SYM "2013"
+#define VERSION_MINOR_SYM "05"
+#define VERSION_PATCH_SYM "00"
+#define VERSION "2013.05"
+#define JAMVERSYM "JAMVERSION=2013.05"


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