diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2.6 16 bugs fixed + Updated translations + Using proper gettext, instead of glib-gettext + Some old/unused material cleaned up 2.5.1 Updated translations (supposed to be 2.5) 2.5 Critical security bug fixed: Grabs and screensavers 15 bugs fixed, a number of translations updated diff --git a/configure.in b/configure.in index 6748cad6..83e25b96 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(xkeyboard-config, 2.5.1) +AC_INIT(xkeyboard-config, 2.6) AC_CONFIG_SRCDIR(rules/base.xml.in) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |