Imported Upstream version 201104
[platform/upstream/boost-jam.git] / patchlevel.h
1 /*
2  * Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
3  *
4  * This file is part of Jam - see jam.c for Copyright information.
5  */
6
7 /* Keep JAMVERSYM in sync with VERSION. */
8 /* It can be accessed as $(JAMVERSION) in the Jamfile. */
9
10 #define VERSION_MAJOR 2011
11 #define VERSION_MINOR 04
12 #define VERSION_PATCH 0
13 #define VERSION_MAJOR_SYM "2011"
14 #define VERSION_MINOR_SYM "04"
15 #define VERSION_PATCH_SYM "00"
16 #define VERSION "2011.4"
17 #define JAMVERSYM "JAMVERSION=2011.4"