From 554ab5db1b4344cbe49d8421d3fef657d97cfa80 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sat, 18 Apr 2020 00:12:03 -0400 Subject: [PATCH] wmtv: Bump to version 0.6.7 --- wmtv/ChangeLog | 7 +++++++ wmtv/configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/wmtv/ChangeLog b/wmtv/ChangeLog index 4822011..70d2346 100644 --- a/wmtv/ChangeLog +++ b/wmtv/ChangeLog @@ -1,3 +1,10 @@ +version 0.6.7 +------------- +Date - 18/4/20 + - Use extern when declaring global variables in header + file. + - Switch deprecated XKeycodeToKeysym to XkbKeycodeToKeysym + version 0.6.6 ------------- Date - 1/2/16 diff --git a/wmtv/configure.ac b/wmtv/configure.ac index 8a5e8c6..a714597 100644 --- a/wmtv/configure.ac +++ b/wmtv/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmtv], [0.6.6], [wmaker-dev@googlegroups.com]) +AC_INIT([wmtv], [0.6.7], [wmaker-dev@googlegroups.com]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([configure.ac]) AC_PROG_CC