start next

This commit is contained in:
IgnorantGuru 2012-06-29 07:16:32 -06:00
parent c0f71eb754
commit 4e04cbbfba
6 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,5 @@
0.2.9+
0.2.9 2012-06-29:
fixed POTFILES.in to correct build deb problem #2
users can mount/umount tmpfs and ramfs if in allowed_types; updated conf

2
README
View File

@ -1,4 +1,4 @@
README for udevil v0.2.9 ALPHA TEST VERSION
README for udevil v0.2.9+ ALPHA TEST VERSION
THIS IS A TEST RELEASE - 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.9
VERSION=0.2.9+
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.9)
AM_INIT_AUTOMAKE(udevil, 0.2.9+)
AC_PROG_INTLTOOL([0.21])

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
udevil (0.2.9-1) unstable; urgency=low
udevil (0.2.9+-1) unstable; urgency=low
* release
-- IgnorantGuru <ignorantguru@gmx.com> Fri, 29 Jun 2012 13:11:37 +0000
-- IgnorantGuru <ignorantguru@gmx.com> Fri, 29 Jun 2012 13:15:20 +0000

View File

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