wmtv: Bump to version 0.6.7

This commit is contained in:
Doug Torrance 2020-04-18 00:12:03 -04:00 committed by Carlos R. Mafra
parent 65cb801d3f
commit 554ab5db1b
2 changed files with 8 additions and 1 deletions

View file

@ -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 version 0.6.6
------------- -------------
Date - 1/2/16 Date - 1/2/16

View file

@ -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]) AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_SRCDIR([configure.ac])
AC_PROG_CC AC_PROG_CC