summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-29 18:16:00 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-29 18:16:00 -0700
commit5eea77b2c35c10baf899d2b03a85a462fdcf8f93 (patch)
treef9c86947e8f138c7236f24a305045fb4a7a1a48a
parentce593fce1f7930135d1c52711ef1945a3e7418b0 (diff)
downloadxorg-lib-libxkbfile-5eea77b2c35c10baf899d2b03a85a462fdcf8f93.tar.gz
libxkbfile 1.0.7libxkbfile-1.0.7
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bcf459c..0b12058 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,9 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.60])
-AC_INIT(libxkbfile, 1.0.6, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libxkbfile)
+AC_INIT([libxkbfile], [1.0.7],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
+ [libxkbfile])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE