summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-02 22:51:42 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-02 22:51:42 +0000
commitc6b3b3354c2d9139b19b132051d434e97dd19715 (patch)
treed5e0c9bfe15c82847ac373ba6cb0a569ca0b4bc1
parent7e085f52b6f07c076bd3bcfdce27c17d14d7822e (diff)
Bump to 1.1.99.1.xorg-server-1_1_99_1
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 35e8651bd..b38140073 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-02 Adam Jackson <ajax@freedesktop.org>
+
+ * configure.ac:
+ Bump to 1.1.99.1.
+
2006-04-02 Kristian Høgsberg <krh@redhat.com>
* GL/glx/glxdri.c (__glXDRIscreenProbe): Use xf86LoaderCheckSymbol
diff --git a/configure.ac b/configure.ac
index 6df4b7d96..607d33b19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ(2.57)
dnl This is the not the Xorg version number, it's the server version number.
dnl Yes, that's weird.
-AC_INIT([xorg-server], 1.0.99.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+AC_INIT([xorg-server], 1.1.99.1, [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