From: Hugo Villeneuve Date: Sun, 24 Apr 2016 22:30:05 +0000 (-0400) Subject: hvclock-1.1.2 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=f3f2c929dfc100f957b55cef2139543664da317b;p=dockapps%2Fhvclock.git hvclock-1.1.2 --- diff --git a/NEWS b/NEWS index 3876323..c154e85 100644 --- 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. diff --git a/configure.ac b/configure.ac index a51ff86..9e44596 100644 --- a/configure.ac +++ b/configure.ac @@ -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)