summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-03-14 11:32:36 -0700
committerKeith Packard <keithp@keithp.com>2012-03-14 11:32:36 -0700
commita615b90cab7569fae9d123e4da1d3373c871d84b (patch)
tree94dd86d1b0b23a54f007bc1ac2c01e80b25e856c /configure.ac
parentb1be72c5ca6cb98ba64637990b142be0f1710a19 (diff)
Bump version number to 1.12.99.0
Now that 1.12 has branched, reset the version on master to a development number. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2693ce705..65d29f206 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.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
-RELEASE_DATE="2012-03-04"
+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_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE