Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-12-02 23:05:40


Author: grafik
Date: 2007-12-02 23:05:39 EST (Sun, 02 Dec 2007)
New Revision: 41629
URL: http://svn.boost.org/trac/boost/changeset/41629

Log:
Bump bjam to 3.1.17 after 3.1.16 release.
Text files modified:
   trunk/tools/jam/doc/bjam.qbk | 4 ++--
   trunk/tools/jam/src/boost-jam.spec | 2 +-
   trunk/tools/jam/src/build.jam | 2 +-
   trunk/tools/jam/src/patchlevel.h | 6 +++---
   4 files changed, 7 insertions(+), 7 deletions(-)

Modified: trunk/tools/jam/doc/bjam.qbk
==============================================================================
--- trunk/tools/jam/doc/bjam.qbk (original)
+++ trunk/tools/jam/doc/bjam.qbk 2007-12-02 23:05:39 EST (Sun, 02 Dec 2007)
@@ -1,6 +1,6 @@
 [article Boost.Jam
     [quickbook 1.3]
- [version: 3.1.16]
+ [version: 3.1.17]
     [authors [Rivera, Rene], [Abrahams, David], [Prus, Vladimir]]
     [copyright 2003 2004 2005 2006 2007 Rene Rivera, David Abrahams, Vladimir Prus]
     [category tool-build]
@@ -21,7 +21,7 @@
 
 [/ Shortcuts ]
 
-[def :version: 3.1.16]
+[def :version: 3.1.17]
 
 [/ Images ]
 

Modified: trunk/tools/jam/src/boost-jam.spec
==============================================================================
--- trunk/tools/jam/src/boost-jam.spec (original)
+++ trunk/tools/jam/src/boost-jam.spec 2007-12-02 23:05:39 EST (Sun, 02 Dec 2007)
@@ -1,5 +1,5 @@
 Name: boost-jam
-Version: 3.1.16
+Version: 3.1.17
 Summary: Build tool
 Release: 1
 Source: %{name}-%{version}.tgz

Modified: trunk/tools/jam/src/build.jam
==============================================================================
--- trunk/tools/jam/src/build.jam (original)
+++ trunk/tools/jam/src/build.jam 2007-12-02 23:05:39 EST (Sun, 02 Dec 2007)
@@ -13,7 +13,7 @@
 ./ ?= "" ;
 
 # Info about what we are building.
-_VERSION_ = 3 1 16 ;
+_VERSION_ = 3 1 17 ;
 NAME = boost-jam ;
 VERSION = $(_VERSION_:J=$(.)) ;
 RELEASE = 1 ;

Modified: trunk/tools/jam/src/patchlevel.h
==============================================================================
--- trunk/tools/jam/src/patchlevel.h (original)
+++ trunk/tools/jam/src/patchlevel.h 2007-12-02 23:05:39 EST (Sun, 02 Dec 2007)
@@ -9,9 +9,9 @@
 
 #define VERSION_MAJOR 3
 #define VERSION_MINOR 1
-#define VERSION_PATCH 16
+#define VERSION_PATCH 17
 #define VERSION_MAJOR_SYM "03"
 #define VERSION_MINOR_SYM "1"
-#define VERSION_PATCH_SYM "16"
-#define VERSION "3.1.16"
+#define VERSION_PATCH_SYM "17"
+#define VERSION "3.1.17"
 #define JAMVERSYM "JAMVERSION=3.1"


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