mirror of
https://github.com/boostorg/build.git
synced 2026-02-12 12:02:24 +00:00
* jam_src/Jamfile, jam_src/boost-jam.spec, jam_src/patchlevel.h:
Updated version number to 3.1.1.
* jam_src/jam.c: Made JAM_VERSION three-element string.
* bootstrap.jam: When JAM_VERSION is 3.1.1 or more, call UPDATE
explicitly on all non-option element in the command line.
[SVN r14363]
6 lines
161 B
C
6 lines
161 B
C
/* Keep JAMVERSYM in sync with VERSION. */
|
|
/* It can be accessed as $(JAMVERSION) in the Jamfile. */
|
|
|
|
#define VERSION "3.1.1"
|
|
#define JAMVERSYM "JAMVERSION=3.1"
|