hvclock-1.1.2
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 24 Apr 2016 22:30:05 +0000 (18:30 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Sun, 24 Apr 2016 22:30:11 +0000 (18:30 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 3876323..c154e85 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+2016-04-24: hvclock-1.1.2 has been released.
+        Fix error message introduced by commit 79cd14f
+
 2016-03-09: hvclock-1.1.1 has been released.
         Print error on stderr.
         Fix compiler warnings when GTK_WITHDRAWN_HACK is undefined.
index a51ff86..9e44596 100644 (file)
@@ -1,7 +1,7 @@
 # configure.ac -- Process this file with autoconf to produce configure.
 
 dnl Initialization stuff.
-AC_INIT(hvclock, 1.1.1)
+AC_INIT(hvclock, 1.1.2)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_SRCDIR(src/hvclock.c)
 AM_CONFIG_HEADER(config.h:config-h.in)