diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-22 20:44:34 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-22 20:44:34 -0700 |
commit | 12131d9f8a14a62e592f4db9193ed29593511d57 (patch) | |
tree | 6f05f92a80751b77064f79e9e23fba220dd10d94 | |
parent | 9c2fe7cf4573a154032c4058d3dda4cc737f5efa (diff) |
setxkbmap 1.2.0setxkbmap-1.2.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 526d24e..adcbc26 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,10 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) -AC_INIT(setxkbmap,[1.1.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],setxkbmap) +AC_INIT([setxkbmap], + [1.2.0], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], + [setxkbmap]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |