diff --git a/README b/README index 6e1a7eb..8764f6e 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README for udevil v0.2.0+ ALPHA TEST VERSION +README for udevil v0.2.1 ALPHA TEST VERSION THIS RELEASE IS FOR INITIAL TESTING PURPOSES ONLY - USE AT YOUR OWN RISK. diff --git a/configure b/configure index 2dd8867..153cb5f 100755 --- a/configure +++ b/configure @@ -2727,7 +2727,7 @@ fi # Define the identity of the package. PACKAGE=udevil - VERSION=0.2.0+ + VERSION=0.2.1 cat >>confdefs.h <<_ACEOF diff --git a/configure.ac b/configure.ac index cd4e04f..2d7c285 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.0+) +AM_INIT_AUTOMAKE(udevil, 0.2.1) AC_PROG_INTLTOOL([0.21]) diff --git a/po/Makefile.in b/po/Makefile.in index 6d2b171..39f7cfe 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -19,7 +19,7 @@ GETTEXT_PACKAGE = udevil PACKAGE = udevil -VERSION = 0.2.0+ +VERSION = 0.2.1 SHELL = /bin/bash