]> Untitled Git - dockapps/hvclock.git/commitdiff
hvclock-1.2.0
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 29 Mar 2020 22:56:11 +0000 (18:56 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Sun, 29 Mar 2020 23:53:38 +0000 (19:53 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c154e8577d06bff432cc228180363b6576802e4b..c2945cf0ae5780e56a5134803ef69e1642234f4e 100644 (file)
--- 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
 
index a5d7f974fad4ad617c2c0f910806ddd22cc941e8..2406b6f5c84585c253cc4dbf1a0520a66372b828 100644 (file)
@@ -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)