Update of /cvsroot/boost/boost/tools/jam/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10669/tools/jam/src

Modified Files:
        boost-jam.spec build.jam patchlevel.h 
Log Message:
Bump to version 3.1.15.

Index: boost-jam.spec
===================================================================
RCS file: /cvsroot/boost/boost/tools/jam/src/boost-jam.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- boost-jam.spec      23 Jul 2006 16:21:30 -0000      1.26
+++ boost-jam.spec      1 May 2007 03:57:50 -0000       1.27
@@ -1,5 +1,5 @@
 Name: boost-jam
-Version: 3.1.14
+Version: 3.1.15
 Summary: Build tool
 Release: 1
 Source: %{name}-%{version}.tgz

Index: build.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/jam/src/build.jam,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- build.jam   12 Nov 2006 06:25:09 -0000      1.92
+++ build.jam   1 May 2007 03:57:50 -0000       1.93
@@ -12,7 +12,7 @@
 else { . = "." ; }
 
 # Info about what we are building.
-_VERSION_ = 3 1 14 ;
+_VERSION_ = 3 1 15 ;
 NAME = boost-jam ;
 VERSION = $(_VERSION_:J=$(.)) ;
 RELEASE = 1 ;
@@ -402,6 +402,7 @@
     option.c parse.c regexp.c rules.c
     scan.c search.c subst.c w32_getreg.c
     timestamp.c variable.c modules.c strings.c filesys.c 
+    trie.c
     builtins.c pwd.c class.c native.c modules/set.c 
     modules/path.c modules/regex.c modules/property-set.c
     modules/sequence.c modules/order.c

Index: patchlevel.h
===================================================================
RCS file: /cvsroot/boost/boost/tools/jam/src/patchlevel.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- patchlevel.h        23 Jul 2006 16:21:30 -0000      1.19
+++ patchlevel.h        1 May 2007 03:57:50 -0000       1.20
@@ -9,9 +9,9 @@
 
 #define VERSION_MAJOR 3
 #define VERSION_MINOR 1
-#define VERSION_PATCH 14
+#define VERSION_PATCH 15
 #define VERSION_MAJOR_SYM "03"
 #define VERSION_MINOR_SYM "1"
-#define VERSION_PATCH_SYM "14"
-#define VERSION "3.1.14"
+#define VERSION_PATCH_SYM "15"
+#define VERSION "3.1.15"
 #define JAMVERSYM "JAMVERSION=3.1"


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to