summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2011-04-01 16:37:21 -0700
committerSage Weil <sage@newdream.net>2011-04-04 10:06:35 -0700
commit9981ff90968398da43c63106694d661f5e3d07d5 (patch)
treef2401e82fd8201423149276e197294b56f6206ae /configure.ac
parent32e422e41166eaa35c58101e9e85684f560c5b34 (diff)
downloadceph-9981ff90968398da43c63106694d661f5e3d07d5.tar.gz
v0.26v0.26
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cb208d4c0ec..8ad42d09454 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,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.26rc], [ceph-devel@vger.kernel.org])
+AC_INIT([ceph], [0.26], [ceph-devel@vger.kernel.org])
AC_CONFIG_SUBDIRS([src/gtest])