diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-29 18:16:00 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-29 18:16:00 -0700 |
commit | 5eea77b2c35c10baf899d2b03a85a462fdcf8f93 (patch) | |
tree | f9c86947e8f138c7236f24a305045fb4a7a1a48a | |
parent | ce593fce1f7930135d1c52711ef1945a3e7418b0 (diff) |
libxkbfile 1.0.7libxkbfile-1.0.7
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 4 |
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 |