File: patchlevel.h

package info (click to toggle)
boost-jam 3.1.16-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 5,012 kB
  • ctags: 6,357
  • sloc: ansic: 40,068; sh: 9,084; cpp: 894; yacc: 456; asm: 353; makefile: 156
file content (17 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * 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_MAJOR 3
#define VERSION_MINOR 1
#define VERSION_PATCH 16
#define VERSION_MAJOR_SYM "03"
#define VERSION_MINOR_SYM "1"
#define VERSION_PATCH_SYM "16"
#define VERSION "3.1.16"
#define JAMVERSYM "JAMVERSION=3.1"