$ ./build_upload_debian_packages.sh unstable amd64
- adjust version in configure.ac
+- adjust version in src/include/ceph_fs.h
- add entry to debian/changelog, with proper version
- commit
- git tag version
#include "msgr.h"
#include "rados.h"
+/*
+ * Ceph release version
+ */
+#define CEPH_VERSION_MAJOR 0
+#define CEPH_VERSION_MINOR 13
+#define CEPH_VERSION_PATCH 0
+
+#define _CEPH_STRINGIFY(x) #x
+#define CEPH_STRINGIFY(x) _CEPH_STRINGIFY(x)
+#define CEPH_MAKE_VERSION(x, y, z) CEPH_STRINGIFY(x) "." CEPH_STRINGIFY(y) "." CEPH_STRINGIFY(z)
+#define CEPH_VERSION CEPH_MAKE_VERSION(CEPH_VERSION_MAJOR, CEPH_VERSION_MINOR, CEPH_VERSION_PATCH)
+
/*
* subprotocol versions. when specific messages types or high-level
* protocols change, bump the affected components. we keep rev