From 3eadeb5d6214b9874f4ca02608580a5fcbe1a2c4 Mon Sep 17 00:00:00 2001 From: IgnorantGuru Date: Sun, 17 Mar 2013 11:57:21 -0600 Subject: [PATCH] finalize 0.4.1 --- ChangeLog | 2 +- README | 2 +- configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2be1072..c3050a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -0.4.0+ +0.4.1 2013-03-17: update Russian translation added translation files to transifex.com added Italian translation by Matteo Bernardini diff --git a/README b/README index dab992e..4858561 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README for udevil v0.4.0+ +README for udevil v0.4.1 For updates and instructions visit: diff --git a/configure.ac b/configure.ac index cf95a59..0183ea1 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) AC_INIT(src/udevil.c) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR(src) -AM_INIT_AUTOMAKE(udevil, 0.4.0+) +AM_INIT_AUTOMAKE(udevil, 0.4.1) AC_PROG_INTLTOOL([0.21])