finalize 0.4.3

This commit is contained in:
IgnorantGuru 2013-12-09 06:58:52 -07:00
parent a3b03da30c
commit 4ab0a767d4
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
0.4.2+
0.4.3 2013-12-09:
fix default udevil.conf allowed_options missing fmask=0133 #35
0.4.2 2013-12-04:
move packages to pkg branch

2
README
View File

@ -1,4 +1,4 @@
README for udevil v0.4.2+
README for udevil v0.4.3
Homepage:

View File

@ -3,7 +3,7 @@ AC_PREREQ(2.52)
AC_INIT(src/udevil.c)
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE(udevil, 0.4.2+)
AM_INIT_AUTOMAKE(udevil, 0.4.3)
AC_PROG_INTLTOOL([0.21])