Skip to content

Commit

Permalink
v0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liewegas committed Mar 21, 2011
1 parent ceb76ba commit 07ee631
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Autoconf
AC_PREREQ(2.59)
AC_INIT([Ceph distributed file system], [0.25.1],
AC_INIT([Ceph distributed file system], [0.25.2],
[Sage Weil <[email protected]>],
[ceph])
AC_CONFIG_SUBDIRS([src/gtest])
Expand All @@ -13,7 +13,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET

# Automake
AM_INIT_AUTOMAKE(ceph, 0.25.1)
AM_INIT_AUTOMAKE(ceph, 0.25.2)
AM_PROG_CC_C_O
AM_PROG_LIBTOOL

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ceph (0.25.2-1) experimental; urgency=low

* New upstream release

-- Sage Weil <[email protected]> Sun, 20 Mar 2011 21:07:38 -0700

ceph (0.25.1-1) experimental; urgency=low

* New upstream release
Expand Down

0 comments on commit 07ee631

Please sign in to comment.