From f8d127977d05d21c0fcde70a7f117d0a014f0a0b Mon Sep 17 00:00:00 2001 From: IgnorantGuru Date: Wed, 4 Dec 2013 14:07:27 -0700 Subject: [PATCH] start 0.4.2+ --- 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 f18248a..00da6e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +0.4.2+ + 0.4.2 2013-12-04: move packages to pkg branch debian pkgs libudev0 | libudev1 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 2aa48e0..7df1d19 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README for udevil v0.4.2 +README for udevil v0.4.2+ Homepage: diff --git a/configure b/configure index d6295ee..4c4039c 100755 --- a/configure +++ b/configure @@ -2811,7 +2811,7 @@ fi # Define the identity of the package. PACKAGE=udevil - VERSION=0.4.2 + VERSION=0.4.2+ cat >>confdefs.h <<_ACEOF diff --git a/configure.ac b/configure.ac index 3a591e6..a6f3b49 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.2) +AM_INIT_AUTOMAKE(udevil, 0.4.2+) AC_PROG_INTLTOOL([0.21]) diff --git a/distros/debian/changelog b/distros/debian/changelog index d8405f1..da9f231 100644 --- a/distros/debian/changelog +++ b/distros/debian/changelog @@ -1,5 +1,5 @@ -udevil (0.4.2-1) unstable; urgency=low +udevil (0.4.2+-1) unstable; urgency=low * release - -- IgnorantGuru Wed, 04 Dec 2013 20:55:12 +0000 + -- IgnorantGuru Wed, 04 Dec 2013 21:06:28 +0000