]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/src/engine/patchlevel.h
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / build / src / engine / patchlevel.h
CommitLineData
7c673cae
FG
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 2015
11#define VERSION_MINOR 7
12#define VERSION_PATCH 0
13#define VERSION_MAJOR_SYM "2015"
14#define VERSION_MINOR_SYM "07"
15#define VERSION_PATCH_SYM "00"
16#define VERSION "2015.07"
17#define JAMVERSYM "JAMVERSION=2015.07"