summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2011-06-21 14:06:05 +0100
committerDaniel Stone <daniel@fooishbar.org>2011-06-21 14:10:17 +0100
commite68a8ef1067f98056237d8067052e2a0d9896133 (patch)
tree32e1ef3d8dd23dd6f017056711e5ae8e00b783f6
parent2a473b906943ffd807ad81960c47530ee7ae9a60 (diff)
downloadxorg-app-xkbcomp-e68a8ef1067f98056237d8067052e2a0d9896133.tar.gz
Bump to 1.2.2xkbcomp-1.2.2
Emergency bugfix for the syminterp declarations. They've been broken since the beginning of time, but I guess we just haven't added new interpreted symbols since around then. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 98a9300..3e3c6a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.60])
-AC_INIT([xkbcomp], [1.2.1],
+AC_INIT([xkbcomp], [1.2.2],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xkbcomp])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE