diff options
author | Keith Packard <keithp@keithp.com> | 2012-03-04 20:26:18 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-03-04 20:26:18 -0800 |
commit | b1be72c5ca6cb98ba64637990b142be0f1710a19 (patch) | |
tree | b0f830770f11ba1f0be8f62680dc638b06b09d47 | |
parent | e08ed0b757b9b48344a301f612fabb3e39ffec78 (diff) |
Version bumped to 1.12xorg-server-1.12.0
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 a44a12a11..2693ce705 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.11.99.903, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2012-02-11" +AC_INIT([xorg-server], 1.12.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="2012-03-04" AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |