summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsvu <svu>2004-06-10 22:51:23 +0000
committersvu <svu>2004-06-10 22:51:23 +0000
commite89c32829b4ff945e25fbfc407b667a640e1577a (patch)
tree471a9f9c49dedb6a731ead50cf642591f2810316
parent18561b83a890c907513421f2ae934adf9f894da1 (diff)
downloadxkeyboard-config-e89c32829b4ff945e25fbfc407b667a640e1577a.tar.gz
Preparing 0.2
-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)