]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/src/engine/patchlevel.h
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / tools / build / src / engine / 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 2018
11 #define VERSION_MINOR 2
12 #define VERSION_PATCH 0
13 #define VERSION_MAJOR_SYM "2018"
14 #define VERSION_MINOR_SYM "02"
15 #define VERSION_PATCH_SYM "00"
16 #define VERSION "2018.02"
17 #define JAMVERSYM "JAMVERSION=2018.02"