finalize 0.3.6

This commit is contained in:
IgnorantGuru 2012-12-16 06:57:53 -07:00
parent b043da7e75
commit cf43cdc4ae
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
0.3.5+
0.3.6 2012-12-16:
file mount prevent race conditions
disallow remount of file due to potential race conditions
systemd service file set DISPLAY for popups #17

2
README
View File

@ -1,4 +1,4 @@
README for udevil v0.3.5+
README for udevil v0.3.6
For updates and instructions visit:

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.3.5+)
AM_INIT_AUTOMAKE(udevil, 0.3.6)
AC_PROG_INTLTOOL([0.21])