From: Hugo Villeneuve Date: Sun, 29 Mar 2020 22:56:11 +0000 (-0400) Subject: hvclock-1.2.0 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=77e6284acedfe5d880d8d8bdbdd1f3926889ee17;p=dockapps%2Fhvclock.git hvclock-1.2.0 --- diff --git a/NEWS b/NEWS index c154e85..c2945cf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +2020-03-29: hvclock-1.2.0 has been released. + Add GTK+-3 support + 2016-04-24: hvclock-1.1.2 has been released. Fix error message introduced by commit 79cd14f diff --git a/configure.ac b/configure.ac index a5d7f97..2406b6f 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.2) +AC_INIT(hvclock, 1.2.0) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR(src/hvclock.c)