Bump to 1.1.99.2.

This commit is contained in:
Daniel Stone 2006-06-03 11:24:33 +00:00
parent 4fd668940f
commit ddc6b99505
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2006-06-03 Daniel Stone <daniel@freedesktop.org> 2006-06-03 Daniel Stone <daniel@freedesktop.org>
* configure.ac:
Bump to 1.1.99.2.
* configure.ac: * configure.ac:
* hw/xfree86/os-support/bus/Pci.h: * hw/xfree86/os-support/bus/Pci.h:
Add support for kFreeBSD systems. (Robert Millan, Aurelien Jarno) Add support for kFreeBSD systems. (Robert Millan, Aurelien Jarno)

View File

@ -25,7 +25,7 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ(2.57) AC_PREREQ(2.57)
dnl This is the not the Xorg version number, it's the server version number. dnl This is the not the Xorg version number, it's the server version number.
dnl Yes, that's weird. dnl Yes, that's weird.
AC_INIT([xorg-server], 1.1.99.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) AC_INIT([xorg-server], 1.1.99.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([dist-bzip2 foreign]) AM_INIT_AUTOMAKE([dist-bzip2 foreign])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE