start next

This commit is contained in:
IgnorantGuru 2012-11-24 05:02:29 -07:00
parent 4cb790e1c8
commit 8fb039ff59
6 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,5 @@
0.3.5+
0.3.5 2012-11-24:
ftpfs limit attempts on none #14
handle mount point trailing space #12

2
README
View File

@ -1,4 +1,4 @@
README for udevil v0.3.5
README for udevil v0.3.5+
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.3.5
VERSION=0.3.5+
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.5)
AM_INIT_AUTOMAKE(udevil, 0.3.5+)
AC_PROG_INTLTOOL([0.21])

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
udevil (0.3.5-1) unstable; urgency=low
udevil (0.3.5+-1) unstable; urgency=low
* release
-- IgnorantGuru <ignorantguru@gmx.com> Sat, 24 Nov 2012 11:57:11 +0000
-- IgnorantGuru <ignorantguru@gmx.com> Sat, 24 Nov 2012 12:01:33 +0000

View File

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