2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-21 15:02:19 +00:00

Bump bjam to 3.1.19.

[SVN r60778]
This commit is contained in:
Rene Rivera
2010-03-22 21:04:59 +00:00
parent b372169a1a
commit 4eb744590e
3 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -27,7 +27,7 @@ else { . = "." ; }
./ ?= "" ;
# Info about what we are building.
_VERSION_ = 3 1 18 ;
_VERSION_ = 3 1 19 ;
NAME = boost-jam ;
VERSION = $(_VERSION_:J=$(.)) ;
RELEASE = 1 ;

View File

@@ -9,9 +9,9 @@
#define VERSION_MAJOR 3
#define VERSION_MINOR 1
#define VERSION_PATCH 18
#define VERSION_PATCH 19
#define VERSION_MAJOR_SYM "03"
#define VERSION_MINOR_SYM "1"
#define VERSION_PATCH_SYM "18"
#define VERSION "3.1.18"
#define VERSION_PATCH_SYM "19"
#define VERSION "3.1.19"
#define JAMVERSYM "JAMVERSION=3.1"