From 741dbbf0fad7a59231ee55a199d3c2e0e00b86c3 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Wed, 20 Oct 2021 10:43:19 -0400 Subject: [PATCH] v1.2.1 --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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) -- 2.20.1