Boost logo

Boost-Build :

From: Christopher Currie (Christopher_at_[hidden])
Date: 2003-10-25 14:18:01


The new CALC builtin means that jam_src needs a version bump. This has
impacts to BBv2, because the number.jam file uses it. I know this is an
awkward time, becauase of the restructuring, but I thought I should
point it out.

Suggested patches included.

Christopher

Index: jam_src/Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/jam_src/Jamfile,v
retrieving revision 1.19
diff -u -r1.19 Jamfile
--- jam_src/Jamfile 11 Sep 2003 06:46:46 -0000 1.19
+++ jam_src/Jamfile 25 Oct 2003 18:51:04 -0000
@@ -216,7 +216,7 @@
}
}

-VERSION = boost-jam-3.1.7 ;
+VERSION = boost-jam-3.1.8 ;
RELEASE = 1 ;

switch $(OSPLAT)
Index: jam_src/jam.c
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/jam_src/jam.c,v
retrieving revision 1.25
diff -u -r1.25 jam.c
--- jam_src/jam.c 11 Sep 2003 06:46:47 -0000 1.25
+++ jam_src/jam.c 25 Oct 2003 18:51:04 -0000
@@ -321,7 +321,7 @@

var_set( "JAM_VERSION",
list_new( list_new( list_new( L0, newstr( "03" ) ),
newstr( "01" )
),
- newstr( "07" ) ),
+ newstr( "08" ) ),
VAR_SET );

/* And JAMUNAME */
Index: jam_src/patchlevel.h
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/jam_src/patchlevel.h,v
retrieving revision 1.11
diff -u -r1.11 patchlevel.h
--- jam_src/patchlevel.h 11 Sep 2003 06:46:47 -0000 1.11
+++ jam_src/patchlevel.h 25 Oct 2003 18:51:04 -0000
@@ -1,5 +1,5 @@
/* Keep JAMVERSYM in sync with VERSION. */
/* It can be accessed as $(JAMVERSION) in the Jamfile. */

-#define VERSION "3.1.7"
+#define VERSION "3.1.8"
#define JAMVERSYM "JAMVERSION=3.1"
Index: kernel/bootstrap.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/kernel/bootstrap.jam,v
retrieving revision 1.9
diff -u -r1.9 bootstrap.jam
--- kernel/bootstrap.jam 15 Sep 2003 00:16:10 -0000 1.9
+++ kernel/bootstrap.jam 25 Oct 2003 18:51:04 -0000
@@ -6,9 +6,9 @@

# First of all, check the jam version

-if $(JAM_VERSION:J="") < 030107
+if $(JAM_VERSION:J="") < 030108
{
- ECHO "error: Boost.Jam version 3.1.7 or later required" ;
+ ECHO "error: Boost.Jam version 3.1.8 or later required" ;
EXIT ;
}

 


Boost-Build 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