diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +1.9 Bugfixes (27). Updated/new translations. Some new layouts and models. + The evdev model is gone, use pc105 instead. + Some fixes for the build process 1.8 Bugfixes (10). Updated/new translations. Some new layouts and models. 1.7 Bugfixes (30). Updated/new translations. Some new layouts and models. 1.6 Bugfixes (36). Updated/new translations. Some new layouts and models. diff --git a/configure.in b/configure.in index 62a7fd00..0e80865a 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(xkeyboard-config, 1.8) +AC_INIT(xkeyboard-config, 1.9) AC_CONFIG_SRCDIR(rules/base.xml.in) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |