2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-02 20:52:13 +00:00

Bump bjam version to 3.1.5. The current V2 codebase won't work with

older bjams, at all.


[SVN r18437]
This commit is contained in:
Vladimir Prus
2003-05-19 10:07:00 +00:00
parent 1d14f245bf
commit 2f3cd9913e
5 changed files with 10 additions and 4 deletions

View File

@@ -216,7 +216,7 @@ rule Package
}
}
VERSION = boost-jam-3.1.3 ;
VERSION = boost-jam-3.1.5 ;
RELEASE = 1 ;
switch $(OSPLAT)

View File

@@ -1,5 +1,5 @@
Name: boost-jam
Version: 3.1.4
Version: 3.1.5
Summary: Build tool
Release: 1
Source: %{name}-%{version}.tgz

View File

@@ -1,3 +1,9 @@
bjam (3.1.5-3) unstable; urgency=low
* New upstream release.
-- Vladimir Prus <ghost@zigzag.lvk.cs.msu.su> Mon, 19 May 2003 14:05:13 +0400
bjam (3.1.3-2) unstable; urgency=low
* Changed Debian package to be similar to Jam's package.

View File

@@ -320,7 +320,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( "03" ) ),
newstr( "05" ) ),
VAR_SET );
/* And JAMUNAME */

View File

@@ -1,5 +1,5 @@
/* Keep JAMVERSYM in sync with VERSION. */
/* It can be accessed as $(JAMVERSION) in the Jamfile. */
#define VERSION "3.1.4"
#define VERSION "3.1.5"
#define JAMVERSYM "JAMVERSION=3.1"