]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
v0.48.3argonaut v0.48.3argonaut
authorGary Lowell <gary.lowell@inktank.com>
Tue, 8 Jan 2013 05:08:08 +0000 (21:08 -0800)
committerGary Lowell <gary.lowell@inktank.com>
Tue, 8 Jan 2013 05:08:08 +0000 (21:08 -0800)
configure.ac
debian/changelog

index 17ed29aa0b6604891f0221ecab3a8c839ad9e146..4b2d609e60eccf4649d919780bfcac9b21a8a1db 100644 (file)
@@ -8,11 +8,11 @@ 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.48.2argonaut], [ceph-devel@vger.kernel.org])
+AC_INIT([ceph], [0.48.3argonaut], [ceph-devel@vger.kernel.org])
 
 # Create release string.  Used with VERSION for RPMs.
 AC_SUBST(RPM_RELEASE)
-RPM_RELEASE=`if expr index $(git describe --always) '-' > /dev/null ; then git describe --always | cut -d- -f2- | tr '-' '.' ; fi`
+RPM_RELEASE=`if expr index $(git describe --always) '-' > /dev/null ; then git describe --always | cut -d- -f2- | tr '-' '.' ; else echo "0"; fi`
 
 AC_CONFIG_MACRO_DIR([m4])
 
index a190db479691fdf61433648269ce1671212887c1..7a1da07a13fc150b18825e704c9156867de3a08a 100644 (file)
@@ -1,3 +1,9 @@
+ceph (0.48.3argonaut-1) quantal; urgency=low
+
+  * New upstream release 
+
+ -- Gary Lowell <gary.lowell@inktank.com>  Mon, 07 Jan 2013 21:07:33 -0800
+
 ceph (0.48.2argonaut-1) experimental; urgency=low
 
   * New upstream release