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