diff options
author | Sage Weil <sage@redhat.com> | 2015-07-16 18:03:58 +0200 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2015-07-16 18:03:58 +0200 |
commit | 2746f59da45002ab12c73ab4b92b37d353827c6b (patch) | |
tree | 7c23325518f6a03bd8903faf55cbbe77c97bc31f /configure.ac | |
parent | Merge branch 'wip-mon-scrub' (diff) | |
parent | Merge pull request #5251 from ceph/wip-12021-next (diff) | |
download | ceph-2746f59da45002ab12c73ab4b92b37d353827c6b.tar.xz ceph-2746f59da45002ab12c73ab4b92b37d353827c6b.zip |
Merge remote-tracking branch 'gh/next'
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 313ec542710..bfd93777541 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], [9.0.1], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [9.0.2], [ceph-devel@vger.kernel.org]) # Create release string. Used with VERSION for RPMs. RPM_RELEASE=0 |