summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-05 20:31:00 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-05 20:31:00 -0800
commita724e4438e76438a9524ea7b112adc9d8e075ccb (patch)
treed05c053a5d5e0bb22393bbb71098fd710a7ab4c1
parent5e65933ae549ef31e81c0255bcf9548437f9b535 (diff)
xorg-cf-files 1.0.4xorg-cf-files-1.0.4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b82b955..ab2c5ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,9 @@ dnl Process this file with autoconf to create configure.
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT(xorg-cf-files, [1.0.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-cf-files)
+AC_INIT([xorg-cf-files], [1.0.4],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
+ [xorg-cf-files])
AC_CONFIG_SRCDIR([Makefile.am])
# Initialize Automake