diff options
author | Keith Packard <keithp@keithp.com> | 2013-03-18 10:01:20 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-03-18 10:02:00 -0700 |
commit | 679ccecd8bc6d797e99f3b707f8041b727ca7a49 (patch) | |
tree | e1b6e028335128e0ee9458fb0f79bd7264d80963 /configure.ac | |
parent | 5047810a4c20fab444b8c6eb146c55dcdb0d4219 (diff) |
Bump release to 1.14.99.0
Get us off the release number so that we don't conflict with the
stable branch.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 6e1ff65c4..d221de766 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.14.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2013-03-05" -RELEASE_NAME="Keemun Mao Feng" +AC_INIT([xorg-server], 1.14.99.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="2013-03-18" +RELEASE_NAME="Pok Pok Meyer Lemon" AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) |