diff options
author | svu <svu> | 2004-06-10 22:51:23 +0000 |
---|---|---|
committer | svu <svu> | 2004-06-10 22:51:23 +0000 |
commit | e89c32829b4ff945e25fbfc407b667a640e1577a (patch) | |
tree | 471a9f9c49dedb6a731ead50cf642591f2810316 | |
parent | 18561b83a890c907513421f2ae934adf9f894da1 (diff) | |
download | xkeyboard-config-e89c32829b4ff945e25fbfc407b667a640e1577a.tar.gz xkeyboard-config-e89c32829b4ff945e25fbfc407b667a640e1577a.tar.bz2 xkeyboard-config-e89c32829b4ff945e25fbfc407b667a640e1577a.zip |
Preparing 0.2
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -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 db5d98b0..56d08008 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) |