From 67ee58ebe8fedfdd482c1628c1ab3726ae578145 Mon Sep 17 00:00:00 2001 From: IgnorantGuru Date: Mon, 9 Dec 2013 07:05:47 -0700 Subject: [PATCH] start 0.4.3+ --- ChangeLog | 2 ++ Makefile.in | 2 +- README | 2 +- configure | 2 +- configure.ac | 2 +- distros/debian/changelog | 4 ++-- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc59f3f..573d284 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +0.4.3+ + 0.4.3 2013-12-09: fix default udevil.conf allowed_options missing fmask=0133 #35 0.4.2 2013-12-04: diff --git a/Makefile.in b/Makefile.in index 4f4ea58..4c2f592 100644 --- a/Makefile.in +++ b/Makefile.in @@ -82,7 +82,7 @@ DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \ $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) \ $(srcdir)/config.h.in mkinstalldirs COPYING compile \ - config.guess config.sub install-sh missing ltmain.sh + config.guess config.sub depcomp install-sh missing ltmain.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ diff --git a/README b/README index 7908463..ae25710 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README for udevil v0.4.3 +README for udevil v0.4.3+ Homepage: diff --git a/configure b/configure index 821da3f..9319a67 100755 --- a/configure +++ b/configure @@ -2811,7 +2811,7 @@ fi # Define the identity of the package. PACKAGE=udevil - VERSION=0.4.3 + VERSION=0.4.3+ cat >>confdefs.h <<_ACEOF diff --git a/configure.ac b/configure.ac index 48b33f2..89cb157 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) AC_INIT(src/udevil.c) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(src) -AM_INIT_AUTOMAKE(udevil, 0.4.3) +AM_INIT_AUTOMAKE(udevil, 0.4.3+) AC_PROG_INTLTOOL([0.21]) diff --git a/distros/debian/changelog b/distros/debian/changelog index 5e694c7..c4e86e0 100644 --- a/distros/debian/changelog +++ b/distros/debian/changelog @@ -1,5 +1,5 @@ -udevil (0.4.3-1) unstable; urgency=low +udevil (0.4.3+-1) unstable; urgency=low * release - -- IgnorantGuru Mon, 09 Dec 2013 13:59:09 +0000 + -- IgnorantGuru Mon, 09 Dec 2013 14:04:53 +0000