]> git.proxmox.com Git - ceph.git/blobdiff - 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
index 0f345ea94d4506da108fe19f26e973e5f2a05538..a9e97affb1a0982b2da55f8b0b315d06260d4d52 100644 (file)
@@ -7,11 +7,11 @@
 /* Keep JAMVERSYM in sync with VERSION. */
 /* It can be accessed as $(JAMVERSION) in the Jamfile. */
 
-#define VERSION_MAJOR 2015
-#define VERSION_MINOR 7
+#define VERSION_MAJOR 2018
+#define VERSION_MINOR 2
 #define VERSION_PATCH 0
-#define VERSION_MAJOR_SYM "2015"
-#define VERSION_MINOR_SYM "07"
+#define VERSION_MAJOR_SYM "2018"
+#define VERSION_MINOR_SYM "02"
 #define VERSION_PATCH_SYM "00"
-#define VERSION "2015.07"
-#define JAMVERSYM "JAMVERSION=2015.07"
+#define VERSION "2018.02"
+#define JAMVERSYM "JAMVERSION=2018.02"