Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/tools/jam/src/patchlevel.h @ 29

Last change on this file since 29 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 476 bytes
Line 
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 3
11#define VERSION_MINOR 1
12#define VERSION_PATCH 14
13#define VERSION_MAJOR_SYM "03"
14#define VERSION_MINOR_SYM "1"
15#define VERSION_PATCH_SYM "14"
16#define VERSION "3.1.14"
17#define JAMVERSYM "JAMVERSION=3.1"
Note: See TracBrowser for help on using the repository browser.