From b6519feb8793d510ae9aacf0909024cae12f0593 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Wed, 9 Mar 2016 17:55:38 -0500 Subject: [PATCH] hvclock-1.1.1 --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f10ad0b..3876323 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +2016-03-09: hvclock-1.1.1 has been released. + Print error on stderr. + Fix compiler warnings when GTK_WITHDRAWN_HACK is undefined. + Fix memory leak causing XServer to crash. 2014-03-22: hvclock-1.1.0 has been released. Fix double window bug. diff --git a/configure.ac b/configure.ac index 20cac91..a51ff86 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.0) +AC_INIT(hvclock, 1.1.1) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_SRCDIR(src/hvclock.c) AM_CONFIG_HEADER(config.h:config-h.in) -- 2.20.1