From ec93f012f1a006ea5a117404747d6bc4563bb44f Mon Sep 17 00:00:00 2001
From: Vladimir Prus
This is version 3.1.6 of BJam and is based on version 2.4 of Jam/MR:
+This is version 3.1.7 of BJam and is based on version 2.4 of Jam/MR:
/+\
+\ Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
diff --git a/historic/jam/src/jam.c b/historic/jam/src/jam.c
index 695b7c351..06348290a 100644
--- a/historic/jam/src/jam.c
+++ b/historic/jam/src/jam.c
@@ -321,7 +321,7 @@ int main( int argc, char **argv, char **arg_environ )
var_set( "JAM_VERSION",
list_new( list_new( list_new( L0, newstr( "03" ) ), newstr( "01" ) ),
- newstr( "06" ) ),
+ newstr( "07" ) ),
VAR_SET );
/* And JAMUNAME */
diff --git a/historic/jam/src/patchlevel.h b/historic/jam/src/patchlevel.h
index 09c051c6d..b9d8bd91a 100644
--- a/historic/jam/src/patchlevel.h
+++ b/historic/jam/src/patchlevel.h
@@ -1,5 +1,5 @@
/* Keep JAMVERSYM in sync with VERSION. */
/* It can be accessed as $(JAMVERSION) in the Jamfile. */
-#define VERSION "3.1.6"
+#define VERSION "3.1.7"
#define JAMVERSYM "JAMVERSION=3.1"
diff --git a/jam_src/Jamfile b/jam_src/Jamfile
index 95db54269..b905986c3 100644
--- a/jam_src/Jamfile
+++ b/jam_src/Jamfile
@@ -216,7 +216,7 @@ rule Package
}
}
-VERSION = boost-jam-3.1.6 ;
+VERSION = boost-jam-3.1.7 ;
RELEASE = 1 ;
switch $(OSPLAT)
diff --git a/jam_src/boost-jam.spec b/jam_src/boost-jam.spec
index 1f4150fa8..8e0e2153a 100644
--- a/jam_src/boost-jam.spec
+++ b/jam_src/boost-jam.spec
@@ -1,5 +1,5 @@
Name: boost-jam
-Version: 3.1.6
+Version: 3.1.7
Summary: Build tool
Release: 1
Source: %{name}-%{version}.tgz
diff --git a/jam_src/build.jam b/jam_src/build.jam
index 16613ca6e..5d51aa3e2 100644
--- a/jam_src/build.jam
+++ b/jam_src/build.jam
@@ -6,7 +6,7 @@
# Info about what we are building.
NAME = boost-jam ;
-VERSION = 3.1.6 ;
+VERSION = 3.1.7 ;
RELEASE = 1 ;
# Generate development debug binaries?
diff --git a/jam_src/debian/changelog b/jam_src/debian/changelog
index d5ee22ba1..0ec1ba3fb 100644
--- a/jam_src/debian/changelog
+++ b/jam_src/debian/changelog
@@ -1,3 +1,9 @@
+bjam (3.1.7-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Vladimir Prus Thu, 11 Sep 2003 10:45:44 +0400
+
bjam (3.1.6-1) unstable; urgency=low
* New upstream release.
diff --git a/jam_src/index.html b/jam_src/index.html
index 280c2a720..e0564bc54 100644
--- a/jam_src/index.html
+++ b/jam_src/index.html
@@ -136,7 +136,7 @@
compatible with Perforce Jam.
-This is version 3.1.6 of BJam and is based on version 2.4 of Jam/MR:
+This is version 3.1.7 of BJam and is based on version 2.4 of Jam/MR:
/+\
+\ Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
diff --git a/jam_src/jam.c b/jam_src/jam.c
index 695b7c351..06348290a 100644
--- a/jam_src/jam.c
+++ b/jam_src/jam.c
@@ -321,7 +321,7 @@ int main( int argc, char **argv, char **arg_environ )
var_set( "JAM_VERSION",
list_new( list_new( list_new( L0, newstr( "03" ) ), newstr( "01" ) ),
- newstr( "06" ) ),
+ newstr( "07" ) ),
VAR_SET );
/* And JAMUNAME */
diff --git a/jam_src/patchlevel.h b/jam_src/patchlevel.h
index 09c051c6d..b9d8bd91a 100644
--- a/jam_src/patchlevel.h
+++ b/jam_src/patchlevel.h
@@ -1,5 +1,5 @@
/* Keep JAMVERSYM in sync with VERSION. */
/* It can be accessed as $(JAMVERSION) in the Jamfile. */
-#define VERSION "3.1.6"
+#define VERSION "3.1.7"
#define JAMVERSYM "JAMVERSION=3.1"