Skip to content

Commit

Permalink
v0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
Sage Weil committed Aug 13, 2012
1 parent 98286b4 commit a4428bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -8,7 +8,7 @@ AC_PREREQ(2.59)
# NOTE: This version is _only_ used for naming the tarball. The # NOTE: This version is _only_ used for naming the tarball. The
# VERSION define is not used by the code. It gets a version string # VERSION define is not used by the code. It gets a version string
# from 'git describe'; see src/ceph_ver.[ch] # from 'git describe'; see src/ceph_ver.[ch]
AC_INIT([ceph], [0.49], [ceph-devel@vger.kernel.org]) AC_INIT([ceph], [0.50], [ceph-devel@vger.kernel.org])


AC_CONFIG_SUBDIRS([src/gtest]) AC_CONFIG_SUBDIRS([src/gtest])
AC_CONFIG_SUBDIRS([src/leveldb]) AC_CONFIG_SUBDIRS([src/leveldb])
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
ceph (0.50-1) experimental; urgency=low

* New upstream release

-- Sage Weil <sage@newdream.net> Mon, 13 Aug 2012 09:44:40 -0700

ceph (0.49-1) experimental; urgency=low ceph (0.49-1) experimental; urgency=low


* New upstream release * New upstream release
Expand Down

0 comments on commit a4428bd

Please sign in to comment.