diff --git a/historic/jam/src/Jamfile b/historic/jam/src/Jamfile index 9b43bdb95..ee7d8963b 100644 --- a/historic/jam/src/Jamfile +++ b/historic/jam/src/Jamfile @@ -214,7 +214,7 @@ rule Package } } -VERSION = boost-jam-3.1.1 ; +VERSION = boost-jam-3.1.2 ; RELEASE = 1 ; actions Tar-Gz diff --git a/historic/jam/src/boost-jam.spec b/historic/jam/src/boost-jam.spec index 2db638867..bb450d25d 100644 --- a/historic/jam/src/boost-jam.spec +++ b/historic/jam/src/boost-jam.spec @@ -1,5 +1,5 @@ Name: boost-jam -Version: 3.1.1 +Version: 3.1.2 Summary: Build tool Release: 1 Source: boost-jam-%{version}.src.tar.gz diff --git a/historic/jam/src/debian/changelog b/historic/jam/src/debian/changelog index ff44e6370..56fd88aa3 100644 --- a/historic/jam/src/debian/changelog +++ b/historic/jam/src/debian/changelog @@ -1,6 +1,6 @@ -bjam (3.1.1-1) unstable; urgency=low +bjam (3.1.2-1) unstable; urgency=low * Initial Release. - -- Vladimir Prus Wed, 7 July 2002 19:27:00 +0400 + -- Vladimir Prus Wed, 14 Aug 2002 14:08:00 +0400 diff --git a/historic/jam/src/jam.c b/historic/jam/src/jam.c index b85da84dd..bb5f63e8c 100644 --- a/historic/jam/src/jam.c +++ b/historic/jam/src/jam.c @@ -316,7 +316,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( "01" ) ), + newstr( "02" ) ), VAR_SET ); /* And JAMUNAME */ diff --git a/historic/jam/src/patchlevel.h b/historic/jam/src/patchlevel.h index c57bda112..f06f40c1b 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.1" +#define VERSION "3.1.2" #define JAMVERSYM "JAMVERSION=3.1" diff --git a/jam_src/Jamfile b/jam_src/Jamfile index 9b43bdb95..ee7d8963b 100644 --- a/jam_src/Jamfile +++ b/jam_src/Jamfile @@ -214,7 +214,7 @@ rule Package } } -VERSION = boost-jam-3.1.1 ; +VERSION = boost-jam-3.1.2 ; RELEASE = 1 ; actions Tar-Gz diff --git a/jam_src/boost-jam.spec b/jam_src/boost-jam.spec index 2db638867..bb450d25d 100644 --- a/jam_src/boost-jam.spec +++ b/jam_src/boost-jam.spec @@ -1,5 +1,5 @@ Name: boost-jam -Version: 3.1.1 +Version: 3.1.2 Summary: Build tool Release: 1 Source: boost-jam-%{version}.src.tar.gz diff --git a/jam_src/debian/changelog b/jam_src/debian/changelog index ff44e6370..56fd88aa3 100644 --- a/jam_src/debian/changelog +++ b/jam_src/debian/changelog @@ -1,6 +1,6 @@ -bjam (3.1.1-1) unstable; urgency=low +bjam (3.1.2-1) unstable; urgency=low * Initial Release. - -- Vladimir Prus Wed, 7 July 2002 19:27:00 +0400 + -- Vladimir Prus Wed, 14 Aug 2002 14:08:00 +0400 diff --git a/jam_src/jam.c b/jam_src/jam.c index b85da84dd..bb5f63e8c 100644 --- a/jam_src/jam.c +++ b/jam_src/jam.c @@ -316,7 +316,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( "01" ) ), + newstr( "02" ) ), VAR_SET ); /* And JAMUNAME */ diff --git a/jam_src/patchlevel.h b/jam_src/patchlevel.h index c57bda112..f06f40c1b 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.1" +#define VERSION "3.1.2" #define JAMVERSYM "JAMVERSION=3.1"