From: Hugo Villeneuve Date: Wed, 20 Oct 2021 14:43:19 +0000 (-0400) Subject: v1.2.1 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=741dbbf0fad7a59231ee55a199d3c2e0e00b86c3;p=dockapps%2Fhvclock.git v1.2.1 --- diff --git a/NEWS b/NEWS index c2945cf..66378c8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +2021-10-20: hvclock-1.2.1 has been released. + Fix bug with calendar background + 2020-03-29: hvclock-1.2.0 has been released. Add GTK+-3 support diff --git a/configure.ac b/configure.ac index 2406b6f..cfc13c4 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.2.0) +AC_INIT(hvclock, 1.2.1) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR(src/hvclock.c)