diff options
author | marha <marha@users.sourceforge.net> | 2010-11-01 13:14:43 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-11-01 13:14:43 +0000 |
commit | 6ed6717dee7a472ae12f3f0e3c526c68425da8e7 (patch) | |
tree | 7bb7d4c72424d0409dd38796c3c0948172563090 /xkbcomp/configure.ac | |
parent | b320c441ab5ad04ea4a6766d0a178fc7c0ea4105 (diff) | |
parent | 9af25cb02d1d2f86cd6e3cc1d18701f7304defdd (diff) | |
download | vcxsrv-6ed6717dee7a472ae12f3f0e3c526c68425da8e7.tar.gz vcxsrv-6ed6717dee7a472ae12f3f0e3c526c68425da8e7.tar.bz2 vcxsrv-6ed6717dee7a472ae12f3f0e3c526c68425da8e7.zip |
svn merge ^/branches/released .
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
|