summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-08-06 16:08:20 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-08-06 16:08:20 -0700
commitb05d3efcd5ecceb73edc9e64cc07a5c7fcfaa321 (patch)
tree324a64185c0c2244dc4c443a8f622208f5511403
parentcc0f7c0855e22a50d2ffca3f3be104d44854ae2c (diff)
xditview 1.0.2xditview-1.0.2
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 0330622..4e98001 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(xditview,[1.0.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xditview)
+AC_INIT([xditview],
+ [1.0.2],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
+ [xditview])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE