start 0.4.0+

This commit is contained in:
IgnorantGuru 2013-02-11 09:29:34 -07:00
parent 66980e3ca2
commit 6561c0000d
6 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,5 @@
0.4.0+
0.4.0 2013-02-11:
debian package add XXXXXXXX to mktemp template [dist]
[devmon] get pmount mount point after mount #20

2
README
View File

@ -1,4 +1,4 @@
README for udevil v0.4.0
README for udevil v0.4.0+
For updates and instructions visit:

2
configure vendored
View File

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

View File

@ -1,5 +1,5 @@
udevil (0.4.0-1) unstable; urgency=low
udevil (0.4.0+-1) unstable; urgency=low
* release
-- IgnorantGuru <ignorantguru@gmx.com> Mon, 11 Feb 2013 16:11:44 +0000
-- IgnorantGuru <ignorantguru@gmx.com> Mon, 11 Feb 2013 16:27:59 +0000

View File

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