start 0.3.6+
This commit is contained in:
parent
e93aff3379
commit
39114b9ff5
|
@ -1,3 +1,5 @@
|
|||
0.3.6+
|
||||
|
||||
0.3.6 2012-12-16:
|
||||
file mount prevent race conditions
|
||||
disallow remount of file due to potential race conditions
|
||||
|
|
2
README
2
README
|
@ -1,4 +1,4 @@
|
|||
README for udevil v0.3.6
|
||||
README for udevil v0.3.6+
|
||||
|
||||
|
||||
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.6
|
||||
VERSION=0.3.6+
|
||||
|
||||
|
||||
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.6)
|
||||
AM_INIT_AUTOMAKE(udevil, 0.3.6+)
|
||||
|
||||
AC_PROG_INTLTOOL([0.21])
|
||||
|
||||
|
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,5 +1,5 @@
|
|||
udevil (0.3.6-1) unstable; urgency=low
|
||||
udevil (0.3.6+-1) unstable; urgency=low
|
||||
|
||||
* release
|
||||
|
||||
-- IgnorantGuru <ignorantguru@gmx.com> Sun, 16 Dec 2012 13:58:57 +0000
|
||||
-- IgnorantGuru <ignorantguru@gmx.com> Sun, 16 Dec 2012 14:02:23 +0000
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
GETTEXT_PACKAGE = udevil
|
||||
PACKAGE = udevil
|
||||
VERSION = 0.3.5+
|
||||
VERSION = 0.3.6+
|
||||
|
||||
SHELL = /bin/bash
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user