diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 09:59:52 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 09:59:52 -0700 |
commit | 851a5f6e0c1b2a98d4714d95e40198ab5dc61607 (patch) | |
tree | 4b243f7bf85f08812c8827147c3ff22341f2ba5a /configure.ac | |
parent | 87576c9ebf0f28d66833bb28a8199df1aa01f693 (diff) |
xkbcomp 1.2.0xkbcomp-1.2.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2991a5f..c69230b 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,8 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) -AC_INIT(xkbcomp,[1.1.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xkbcomp) +AC_INIT([xkbcomp], [1.2.0], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xkbcomp]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |