summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-24 11:53:40 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-24 11:53:40 -0700
commit3fe64746bb6c3ede67c9967ebd216a8a39cdb2ea (patch)
treee9fe5824f17ad153203979475f20fa6340b1e09f
parentf6919f5958acc59d0b1936cc49900ea781bf2355 (diff)
xmodmap 1.0.5xmodmap-1.0.5
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9db24cb..4f7b9f3 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(xmodmap,[1.0.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xmodmap)
+AC_INIT([xmodmap],
+ [1.0.5],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
+ [xmodmap])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE