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:
@@ -1,5 +1,5 @@
|
||||
Name: boost-jam
|
||||
Version: 3.1.18
|
||||
Version: 3.1.19
|
||||
Summary: Build tool
|
||||
Release: 1
|
||||
Source: %{name}-%{version}.tgz
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user