mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Bump version to 3.1.8.
[SVN r20661]
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Name: boost-jam
|
||||
Version: 3.1.7
|
||||
Version: 3.1.8
|
||||
Summary: Build tool
|
||||
Release: 1
|
||||
Source: %{name}-%{version}.tgz
|
||||
|
||||
@@ -14,7 +14,7 @@ else { . = "." ; }
|
||||
|
||||
# Info about what we are building.
|
||||
NAME = boost-jam ;
|
||||
VERSION = 3$(.)1$(.)7 ;
|
||||
VERSION = 3$(.)1$(.)8 ;
|
||||
RELEASE = 1 ;
|
||||
LICENSE = 1_0 ;
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
bjam (3.1.8-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Vladimir Prus <ghost@zigzag.lvk.cs.msu.su> Tue, 4 Nov 2003 20:50:43 +0300
|
||||
|
||||
bjam (3.1.7-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
compatible with Perforce Jam.</p>
|
||||
|
||||
|
||||
<p>This is version 3.1.7 of BJam and is based on version 2.4 of Jam/MR:</p>
|
||||
<p>This is version 3.1.8 of BJam and is based on version 2.4 of Jam/MR:</p>
|
||||
<pre>
|
||||
/+\
|
||||
+\ Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
|
||||
|
||||
@@ -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( "07" ) ),
|
||||
newstr( "08" ) ),
|
||||
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.7"
|
||||
#define VERSION "3.1.8"
|
||||
#define JAMVERSYM "JAMVERSION=3.1"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: boost-jam
|
||||
Version: 3.1.7
|
||||
Version: 3.1.8
|
||||
Summary: Build tool
|
||||
Release: 1
|
||||
Source: %{name}-%{version}.tgz
|
||||
|
||||
@@ -14,7 +14,7 @@ else { . = "." ; }
|
||||
|
||||
# Info about what we are building.
|
||||
NAME = boost-jam ;
|
||||
VERSION = 3$(.)1$(.)7 ;
|
||||
VERSION = 3$(.)1$(.)8 ;
|
||||
RELEASE = 1 ;
|
||||
LICENSE = 1_0 ;
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
bjam (3.1.8-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Vladimir Prus <ghost@zigzag.lvk.cs.msu.su> Tue, 4 Nov 2003 20:50:43 +0300
|
||||
|
||||
bjam (3.1.7-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
compatible with Perforce Jam.</p>
|
||||
|
||||
|
||||
<p>This is version 3.1.7 of BJam and is based on version 2.4 of Jam/MR:</p>
|
||||
<p>This is version 3.1.8 of BJam and is based on version 2.4 of Jam/MR:</p>
|
||||
<pre>
|
||||
/+\
|
||||
+\ Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
|
||||
|
||||
@@ -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( "07" ) ),
|
||||
newstr( "08" ) ),
|
||||
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.7"
|
||||
#define VERSION "3.1.8"
|
||||
#define JAMVERSYM "JAMVERSION=3.1"
|
||||
|
||||
Reference in New Issue
Block a user