summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-02-17 22:17:41 -0800
committerKeith Packard <keithp@keithp.com>2009-02-17 22:17:41 -0800
commiteca523e7e7e267728a1f5ec346e012ada3debba0 (patch)
tree1aaba38a085816a78587d45f719b164cc5691f2a
parenta86dd529e9deaba61aee220d79ac607abbcb5dc6 (diff)
Bump to 1.5.99.903xorg-server-1.5.99.903
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e8a76ea28..35450da95 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.5.99.902, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+AC_INIT([xorg-server], 1.5.99.903, [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-1-30"
+RELEASE_DATE="2009-2-17"
dnl this gets generated by autoheader, and thus contains all the defines. we
dnl don't ever actually use it, internally.