finalize 0.3.1
This commit is contained in:
parent
8d749f09ab
commit
c1a93f0d5b
|
@ -1,4 +1,4 @@
|
|||
0.3.0+
|
||||
0.3.1 2012-07-25:
|
||||
cifs,smbfs use guest option when no user specified
|
||||
sshfs add port as option
|
||||
added default_options_ntfs to udevil.conf
|
||||
|
|
2
README
2
README
|
@ -1,4 +1,4 @@
|
|||
README for udevil v0.3.0+ BETA TEST VERSION
|
||||
README for udevil v0.3.1 BETA TEST VERSION
|
||||
|
||||
|
||||
THIS IS A TEST RELEASE - USE AT YOUR OWN RISK.
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -2748,7 +2748,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE=udevil
|
||||
VERSION=0.3.0+
|
||||
VERSION=0.3.1
|
||||
|
||||
|
||||
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.0+)
|
||||
AM_INIT_AUTOMAKE(udevil, 0.3.1)
|
||||
|
||||
AC_PROG_INTLTOOL([0.21])
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
GETTEXT_PACKAGE = udevil
|
||||
PACKAGE = udevil
|
||||
VERSION = 0.3.0+
|
||||
VERSION = 0.3.1
|
||||
|
||||
SHELL = /bin/bash
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user