finalize 0.2.6

This commit is contained in:
IgnorantGuru 2012-06-03 09:43:35 -06:00
parent 37f521494d
commit aa17459d1a
6 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
0.2.5+
0.2.6 2012-06-03:
replace realpath.c with canonicalize.c
0.2.5 2012-05-30:
correct make check error in po (affects debian build package)
correct debian postinst error

2
README
View File

@ -1,4 +1,4 @@
README for udevil v0.2.5+ ALPHA TEST VERSION
README for udevil v0.2.6 ALPHA TEST VERSION
THIS RELEASE IS FOR TESTING PURPOSES - 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.5+
VERSION=0.2.6
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.5+)
AM_INIT_AUTOMAKE(udevil, 0.2.6)
AC_PROG_INTLTOOL([0.21])

View File

@ -21,7 +21,7 @@
##############################################################################
# To log all uses of udevil, set log_file to a filename:
# To log all uses of udevil, set log_file to a file path:
# log_file = /var/log/udevil.log
# Approximate number of days to retain log entries (0=forever, max=60):

View File

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