finalize 0.2.1

This commit is contained in:
IgnorantGuru 2012-05-25 11:45:09 -06:00
parent 710bcbca5d
commit 1465a2672f
4 changed files with 4 additions and 4 deletions

2
README
View File

@ -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.

2
configure vendored
View File

@ -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

View File

@ -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])

View File

@ -19,7 +19,7 @@
GETTEXT_PACKAGE = udevil
PACKAGE = udevil
VERSION = 0.2.0+
VERSION = 0.2.1
SHELL = /bin/bash