diff --git a/README b/README index 0240515..d3a2766 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README for udevil v0.2.4 ALPHA TEST VERSION +README for udevil v0.2.4+ ALPHA TEST VERSION THIS RELEASE IS FOR INITIAL TESTING PURPOSES ONLY - USE AT YOUR OWN RISK. diff --git a/configure b/configure index a2efb0e..63dcce9 100755 --- a/configure +++ b/configure @@ -2730,7 +2730,7 @@ fi # Define the identity of the package. PACKAGE=udevil - VERSION=0.2.4 + VERSION=0.2.4+ cat >>confdefs.h <<_ACEOF diff --git a/configure.ac b/configure.ac index 5d01818..f9b7b32 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.2.4) +AM_INIT_AUTOMAKE(udevil, 0.2.4+) AC_PROG_INTLTOOL([0.21]) diff --git a/po/Makefile.in b/po/Makefile.in index 0e5c31e..cb82f5f 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -19,7 +19,7 @@ GETTEXT_PACKAGE = udevil PACKAGE = udevil -VERSION = 0.2.4 +VERSION = 0.2.4+ SHELL = /bin/bash diff --git a/po/POTFILES.in b/po/POTFILES.in index 586cd07..e6b6055 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -2,3 +2,4 @@ # Please keep this file in alphabetical order. [encoding: UTF-8] src/udevil.c +src/realpath.c