diff options
author | Eric Anholt <eric@anholt.net> | 2007-08-31 20:02:52 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-08-31 20:02:52 -0700 |
commit | ec56c5e958248ea0161dda885fa59752b20f5d7c (patch) | |
tree | 1676e19f4a8cca027c019d3ae289269fb0589842 | |
parent | 5efc4bd7d0e2020242127d8ed83efb8d2d76a151 (diff) |
Bump version to 1.3.99.2.xorg-server-1.3.99.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index da90ede68..60f34c375 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,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.3.99.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +AC_INIT([xorg-server], 1.3.99.2, [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 |