start next

This commit is contained in:
IgnorantGuru 2012-06-15 14:26:18 -06:00
parent e77f191147
commit 25f9ed2b09
5 changed files with 6 additions and 6 deletions

2
README
View File

@ -1,4 +1,4 @@
README for udevil v0.2.8 ALPHA TEST VERSION
README for udevil v0.2.8+ ALPHA TEST VERSION
THIS RELEASE IS FOR TESTING PURPOSES - USE AT YOUR OWN RISK.

2
configure vendored
View File

@ -2730,7 +2730,7 @@ fi
# Define the identity of the package.
PACKAGE=udevil
VERSION=0.2.8
VERSION=0.2.8+
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.8)
AM_INIT_AUTOMAKE(udevil, 0.2.8+)
AC_PROG_INTLTOOL([0.21])

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
udevil (0.2.7+-1) unstable; urgency=low
udevil (0.2.8+-1) unstable; urgency=low
* release
-- IgnorantGuru <ignorantguru@gmx.com> Mon, 04 Jun 2012 18:21:05 +0000
-- IgnorantGuru <ignorantguru@gmx.com> Fri, 15 Jun 2012 20:25:43 +0000

View File

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