summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 16:09:30 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 16:09:30 -0700
commit76ba19a5b0f1ec9515ac802c3c3efaad87f3079f (patch)
treefa2369812b37041dfed8308d5b185abfaa7d84fc
parent66718aca54618f65abbe99ace710d3d4899d2f62 (diff)
xgc 1.0.3xgc-1.0.3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 622949d..667a3e7 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(xgc, [1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xgc)
+AC_INIT([xgc], [1.0.3],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xgc])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)