summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2010-10-22 16:51:27 -0700
committerSage Weil <sage@newdream.net>2010-10-23 10:49:50 -0700
commite912e686de97eff4849b09bfc8d77f7350f4c4c3 (patch)
treed9b9de7e2d344f8094c9e1713c6fc68ad72d5431 /configure.ac
parent96d467377ce3ce3c76f6566404469a06e01aa12d (diff)
downloadceph-e912e686de97eff4849b09bfc8d77f7350f4c4c3.tar.gz
v0.22.1v0.22.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c1708d1cd8f..3ec1d776bf8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
# Autoconf
AC_PREREQ(2.59)
-AC_INIT([Ceph distributed file system], [.1],
+AC_INIT([Ceph distributed file system], [0.22.1],
[Sage Weil <sage@newdream.net>],
[ceph])
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
# Automake
-AM_INIT_AUTOMAKE(ceph, 0.22)
+AM_INIT_AUTOMAKE(ceph, 0.22.1)
AM_PROG_CC_C_O
AM_PROG_LIBTOOL