summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README8
-rw-r--r--configure.in2
2 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 8dd7a58..9d3ae10 100644
--- a/README
+++ b/README
@@ -16,10 +16,10 @@ into a resulting keyboard mapping using the 'rules' component.
The complete specification can be found on
http://www.x-docs.org/XKB/XKBproto.pdf
-For XKB configuration information see 'README.config' file.
+For XKB configuration information see 'docs/README.config' file.
-For information how to further enhance XKB configuration see 'README.enhancing'
+For information how to further enhance XKB configuration see 'docs/README.enhancing'
file.
-
-$XFree86$
+For information how to replace existing XKB configuration database with
+XKeyboardConfig see 'docs/HOWTO.transition' file.
diff --git a/configure.in b/configure.in
index db5d98b..56d0800 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_INIT(rules/base.xml.in)
PACKAGE=xkeyboard-config
GETTEXT_PACKAGE=$PACKAGE
MAJOR_VERSION=0
-MINOR_VERSION=1
+MINOR_VERSION=2
VERSION=$MAJOR_VERSION.$MINOR_VERSION
AC_SUBST(MAJOR_VERSION)