summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-09-27 19:21:45 -0700
committerKeith Packard <keithp@keithp.com>2009-09-27 19:21:45 -0700
commit8cf659f3a5914369a2137ac17b689e5a9fe9ca27 (patch)
treeec3020175a0d07293b427f433579946fb38d74af
parenta26fd1a6d61507b3e69a04d6f6c192a6ec363c5c (diff)
Bump to version 1.6.4xorg-server-1.6.4
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9bb566c99..3c19b35ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,12 +26,12 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ(2.57)
-AC_INIT([xorg-server], 1.6.3.901, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+AC_INIT([xorg-server], 1.6.4, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
AM_MAINTAINER_MODE
-RELEASE_DATE="2009-8-25"
+RELEASE_DATE="2009-9-27"
dnl this gets generated by autoheader, and thus contains all the defines. we
dnl don't ever actually use it, internally.