diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 09:03:09 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 09:03:09 -0700 |
commit | 01e2993e2563285ee22f18accecb5d65009a49a1 (patch) | |
tree | bf2614d6d542d1ae70c4a305576a2eb369ef0485 /configure.ac | |
parent | b5de9e7a4554e678d909757a38f6347f13a90a9f (diff) |
xev 1.1.0xev-1.1.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 b444fbf..1f7a476 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(xev, [1.0.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xev) +AC_INIT([xev], [1.1.0], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xev]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |