start next

This commit is contained in:
IgnorantGuru 2012-07-13 07:40:59 -06:00
parent 852442b464
commit 29d45c45de
5 changed files with 6 additions and 6 deletions

2
README
View File

@ -1,4 +1,4 @@
README for udevil v0.3.0 BETA TEST VERSION
README for udevil v0.3.0+ BETA TEST VERSION
THIS IS A TEST RELEASE - USE AT YOUR OWN RISK.

2
configure vendored
View File

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

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
udevil (0.3.0-1) unstable; urgency=low
udevil (0.3.0+-1) unstable; urgency=low
* release
-- IgnorantGuru <ignorantguru@gmx.com> Fri, 13 Jul 2012 13:36:18 +0000
-- IgnorantGuru <ignorantguru@gmx.com> Fri, 13 Jul 2012 13:40:27 +0000

View File

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