diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-23 15:51:09 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-07-23 15:51:09 -0700 |
commit | 999895eddb00cb535802409a46795c363b8d2422 (patch) | |
tree | 0a5888f6dc06b08120f1b5f5018f0c9f4eb25dee | |
parent | 4772e37779221c32cd9aedf253c5d0097551b63e (diff) |
xmore 1.0.2xmore-1.0.2
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 612f029..d26a223 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(xmore,[1.0.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xmore) +AC_INIT([xmore], + [1.0.2], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], + [xmore]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |