diff options
author | marha <marha@users.sourceforge.net> | 2010-11-01 13:05:28 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-11-01 13:05:28 +0000 |
commit | 9af25cb02d1d2f86cd6e3cc1d18701f7304defdd (patch) | |
tree | eba540372e6cbadd46c5a9de0fc4b84d0b50f9d1 /xkbcomp/configure.ac | |
parent | 3eee9271d2345cb54c1778629ba3cf3b804c2671 (diff) | |
download | vcxsrv-9af25cb02d1d2f86cd6e3cc1d18701f7304defdd.tar.gz vcxsrv-9af25cb02d1d2f86cd6e3cc1d18701f7304defdd.tar.bz2 vcxsrv-9af25cb02d1d2f86cd6e3cc1d18701f7304defdd.zip |
xkbcomp 1/11/2010
Diffstat (limited to 'xkbcomp/configure.ac')
-rw-r--r-- | xkbcomp/configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xkbcomp/configure.ac b/xkbcomp/configure.ac index 0eb8d88d9..15f268738 100644 --- a/xkbcomp/configure.ac +++ b/xkbcomp/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
|