summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 19:03:34 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-23 19:03:34 -0700
commitb9ddf66b520bfadb3ce65e7d988474e2acfd6048 (patch)
tree40eaceaa7e213bfe2f2b74c62ac9fae48090dc32
parentd279151713bd7f3023ebd24494a8021c7f9b896b (diff)
xcmsdb 1.0.3xcmsdb-1.0.3
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 ad7357d..053fb31 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(xcmsdb,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xcmsdb)
+AC_INIT([xcmsdb],
+ [1.0.3],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
+ [xcmsdb])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE