mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
* Build bjam only by default, instead of all the other misc binaries. * Implement disabling of splitting of imported variables. Not enable yet. * Fix 7zip archiver search to work with newest 7z version. [SVN r28541]
12 lines
311 B
C
12 lines
311 B
C
/*
|
|
* Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
|
|
*
|
|
* This file is part of Jam - see jam.c for Copyright information.
|
|
*/
|
|
|
|
/* Keep JAMVERSYM in sync with VERSION. */
|
|
/* It can be accessed as $(JAMVERSION) in the Jamfile. */
|
|
|
|
#define VERSION "3.1.11"
|
|
#define JAMVERSYM "JAMVERSION=3.1"
|