diff options
author | Sage Weil <sage@inktank.com> | 2012-06-20 19:57:41 +0200 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2012-06-20 19:57:41 +0200 |
commit | c467d9d1b2eac9d3d4706b8e044979aa63b009f8 (patch) | |
tree | 089a6bd4151e97028b43d342b34755d7d27902fe /configure.ac | |
parent | filestore: disable 'filestore fiemap' by default (diff) | |
download | ceph-0.47.3.tar.xz ceph-0.47.3.zip |
v0.47.3v0.47.3
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 0085b72eed1..cb8e695d392 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_PREREQ(2.59) # NOTE: This version is _only_ used for naming the tarball. The # VERSION define is not used by the code. It gets a version string # from 'git describe'; see src/ceph_ver.[ch] -AC_INIT([ceph], [0.47.2], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [0.47.3], [ceph-devel@vger.kernel.org]) AC_CONFIG_SUBDIRS([src/gtest]) AC_CONFIG_SUBDIRS([src/leveldb]) |