summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-05-08 22:29:15 -0700
committerKeith Packard <keithp@keithp.com>2009-05-08 22:29:15 -0700
commit01f0210b2ba34f724aa221bbe6b567a5751781a6 (patch)
tree7e0b07796f08d542a7b542d50b64a80de156dec5
parente21c9949ac456ba9b162b6244a17e68c5b8112a9 (diff)
xserver 1.6.1.901xorg-server-1.6.1.901
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 4c4c797f4..af4ba4fef 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.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+AC_INIT([xorg-server], 1.6.1.901, [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-4-14"
+RELEASE_DATE="2009-5-8"
dnl this gets generated by autoheader, and thus contains all the defines. we
dnl don't ever actually use it, internally.