diff options
author | Keith Packard <keithp@keithp.com> | 2012-09-05 14:45:08 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-09-05 14:45:08 -0700 |
commit | f0bad69edd57facd6cffde8cb0863d1a735e2492 (patch) | |
tree | bc7f54c307283c6f38f1f36b9225d0bffd2b8df5 | |
parent | 856f80c8d7f22b979c72d9c70b70187df6004a03 (diff) |
Version bumped to 1.13xorg-server-1.13.0
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index ab890273f..ac3bf26f1 100644 --- a/configure.ac +++ b/configure.ac @@ -26,9 +26,9 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.60) -AC_INIT([xorg-server], 1.12.99.905, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2012-08-21" -RELEASE_NAME="Splashing Orca" +AC_INIT([xorg-server], 1.13.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="2012-09-05" +RELEASE_NAME="Iced Tea" AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |