chiark / gitweb /
Release 0.4.1 0.4.1
authorRichard Kettlewell <rjk@terraraq.org.uk>
Sun, 19 May 2013 16:03:19 +0000 (17:03 +0100)
committerRichard Kettlewell <rjk@terraraq.org.uk>
Sun, 19 May 2013 16:03:19 +0000 (17:03 +0100)
configure.ac
debian/changelog
debian/rules

index e3171ac..55dd09a 100644 (file)
@@ -13,7 +13,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AC_PREREQ([2.61])
-AC_INIT([rsbackup], [0.4.DEV], [rjk@greenend.org.uk])
+AC_INIT([rsbackup], [0.4.1], [rjk@greenend.org.uk])
 AC_CONFIG_AUX_DIR([config.aux])
 AM_INIT_AUTOMAKE([1.10])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
index ad4995a..2d51d1b 100644 (file)
@@ -1,3 +1,9 @@
+rsbackup (0.4.1) unstable; urgency=low
+
+  * Release 0.4.1
+
+ -- Richard Kettlewell <rjk@greenend.org.uk>  Sun, 19 May 2013 16:59:07 +0100
+
 rsbackup (0.4) unstable; urgency=low
 
   * Release 0.4
index 6e1f87c..722b875 100755 (executable)
@@ -16,7 +16,7 @@
 
 INSTALL=install
 PACKAGE=rsbackup
-VERSION=0.4.DEV
+VERSION=0.4.1
 
 build:
        [ -e configure ] || ./autogen.sh