diff options
author | Keith Packard <keithp@keithp.com> | 2012-07-10 01:14:13 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-10 01:14:13 -0700 |
commit | 44bd27cdd13b6e6c4e6fd3873361e3308ef25ffe (patch) | |
tree | b966ac3e6da2ca04136e78a54ed1c724688db715 | |
parent | 6e12cb147da58bd12a158807b2cd5afac32ae70f (diff) |
Version 1.12.99.901 (1.13 RC1)xorg-server-1.12.99.901
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1d915f1fd..64561928e 100644 --- a/configure.ac +++ b/configure.ac @@ -26,8 +26,8 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.60) -AC_INIT([xorg-server], 1.12.99.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2012-03-14" +AC_INIT([xorg-server], 1.12.99.901, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="2012-07-10" AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |