mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Incremented version to 3.1.2, in anticipation of upcoming Boost release.
[SVN r14831]
This commit is contained in:
@@ -214,7 +214,7 @@ rule Package
|
||||
}
|
||||
}
|
||||
|
||||
VERSION = boost-jam-3.1.1 ;
|
||||
VERSION = boost-jam-3.1.2 ;
|
||||
RELEASE = 1 ;
|
||||
|
||||
actions Tar-Gz
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
bjam (3.1.1-1) unstable; urgency=low
|
||||
bjam (3.1.2-1) unstable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
-- Vladimir Prus <ghost@cs.msu.su> Wed, 7 July 2002 19:27:00 +0400
|
||||
-- Vladimir Prus <ghost@cs.msu.su> Wed, 14 Aug 2002 14:08:00 +0400
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -214,7 +214,7 @@ rule Package
|
||||
}
|
||||
}
|
||||
|
||||
VERSION = boost-jam-3.1.1 ;
|
||||
VERSION = boost-jam-3.1.2 ;
|
||||
RELEASE = 1 ;
|
||||
|
||||
actions Tar-Gz
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
bjam (3.1.1-1) unstable; urgency=low
|
||||
bjam (3.1.2-1) unstable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
-- Vladimir Prus <ghost@cs.msu.su> Wed, 7 July 2002 19:27:00 +0400
|
||||
-- Vladimir Prus <ghost@cs.msu.su> Wed, 14 Aug 2002 14:08:00 +0400
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user