diff options
author | Jenkins Build Slave User <jenkins-build@trusty-small-unique--5c6e9c4e-81af-43d3-957d-c650c692c441.localdomain> | 2016-04-06 02:45:19 +0200 |
---|---|---|
committer | Jenkins Build Slave User <jenkins-build@trusty-small-unique--5c6e9c4e-81af-43d3-957d-c650c692c441.localdomain> | 2016-04-06 02:45:19 +0200 |
commit | ce50389b773fe7f72fca40a3dd69cfe6613eaeb1 (patch) | |
tree | 8606f4d1afc9cfb223394390febc231f2496cdcd /configure.ac | |
parent | Merge pull request #8447 from cbodley/wip-cmake-mrun (diff) | |
download | ceph-ce50389b773fe7f72fca40a3dd69cfe6613eaeb1.tar.xz ceph-ce50389b773fe7f72fca40a3dd69cfe6613eaeb1.zip |
10.1.1v10.1.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 610c40b4615..efd760aca5d 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_PREREQ(2.59) # VERSION define is not used by the code. It gets a version string # from 'git describe'; see src/ceph_ver.[ch] -AC_INIT([ceph], [10.1.0], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [10.1.1], [ceph-devel@vger.kernel.org]) AX_CXX_COMPILE_STDCXX_11(, mandatory) |