mirror of https://github.com/BOINC/boinc.git
11 lines
227 B
Python
11 lines
227 B
Python
|
## $Id$
|
||
|
|
||
|
# version.inc.in
|
||
|
|
||
|
# defines version numbers using autoconf
|
||
|
MAJOR_VERSION = @MAJOR_VERSION@
|
||
|
MINOR_VERSION = @MINOR_VERSION@
|
||
|
CLIENT_BIN_FILENAME = "@CLIENT_BIN_FILENAME@"
|
||
|
PLATFORM = "@host@"
|
||
|
SRC_DIR = "@SOURCE_TOP_DIR@"
|