diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-06-29 16:39:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-06-29 16:39:55 -0300 |
commit | 3d36ded8ab6b730bc05e15e35b4fe16ffc98351e (patch) | |
tree | 5bbcb5131c229f24394a051115aa2f934de63a0d | |
parent | ba1e4c4ef814d539a5c6b231b098933b76afe5b5 (diff) | |
download | backupninja-3d36ded8ab6b730bc05e15e35b4fe16ffc98351e.tar.gz backupninja-3d36ded8ab6b730bc05e15e35b4fe16ffc98351e.tar.bz2 |
Releasing backupninja 1.0.1
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -version 1.1 -- UNRELEASED +version 1.0.1 -- June 29, 2012 handler changes rsync: . Issue warnings, not fatal errors, on non-fatal rsync errors. diff --git a/configure.in b/configure.in index dcb8c24..612186b 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],[1.0],[backupninja@lists.riseup.net]) +AC_INIT([backupninja],[1.0.1],[backupninja@lists.riseup.net]) AC_CONFIG_SRCDIR([src/backupninja.in]) AM_INIT_AUTOMAKE |