summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-07-26 14:22:35 -0700
committerKeith Packard <keithp@keithp.com>2009-07-26 14:22:35 -0700
commit155cb2f9a376d40b699a72ac3bdede71af1b518f (patch)
tree6a8fc47abd713d90a96d803a7aec2d69cbc6223a
parent87900645c22d6066fe70190ab838a687808db5c3 (diff)
Bump to version 1.6.2.901 (1.6.3 RC1)xorg-server-1.6.2.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 e0e9b30cc..792c622b9 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.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+AC_INIT([xorg-server], 1.6.2.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-7-7"
+RELEASE_DATE="2009-7-26"
dnl this gets generated by autoheader, and thus contains all the defines. we
dnl don't ever actually use it, internally.