start next
This commit is contained in:
parent
4cb790e1c8
commit
8fb039ff59
|
@ -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
2
README
|
@ -1,4 +1,4 @@
|
|||
README for udevil v0.3.5
|
||||
README for udevil v0.3.5+
|
||||
|
||||
|
||||
For updates and instructions visit:
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
|
@ -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
4
debian/changelog
vendored
|
@ -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
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
GETTEXT_PACKAGE = udevil
|
||||
PACKAGE = udevil
|
||||
VERSION = 0.3.4+
|
||||
VERSION = 0.3.5+
|
||||
|
||||
SHELL = /bin/bash
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user