bump release info to 1.14.2-rc1 (from 1.14.1)

This commit is contained in:
Matt Dew 2013-05-30 22:34:17 -06:00
parent bcc8eba00b
commit 27c30396bf

View file

@ -26,9 +26,9 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ(2.60)
AC_INIT([xorg-server], 1.14.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
RELEASE_DATE="2013-04-17"
RELEASE_NAME="Act Normal"
AC_INIT([xorg-server], 1.14.2-rc1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
RELEASE_DATE="2013-05-30"
RELEASE_NAME="Act rc1-Normal"
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([foreign dist-bzip2])