diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -version 0.9.10 -- UNRELEASED +version 0.9.10 -- September 23, 2011 backupninja changes . Fix email reports, that were broken by the new locking support. handler changes diff --git a/configure.in b/configure.in index bc43c9a..2d30687 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ # The maintainer mode is causing me grief with newest versions of autotools #AM_MAINTAINER_MODE -AC_INIT([backupninja],[0.9.9],[backupninja@lists.riseup.net]) +AC_INIT([backupninja],[0.9.10],[backupninja@lists.riseup.net]) AC_CONFIG_SRCDIR([src/backupninja.in]) AM_INIT_AUTOMAKE |