diff options
author | Keith Packard <keithp@keithp.com> | 2012-03-14 11:32:36 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-03-14 11:32:36 -0700 |
commit | a615b90cab7569fae9d123e4da1d3373c871d84b (patch) | |
tree | 94dd86d1b0b23a54f007bc1ac2c01e80b25e856c /configure.ac | |
parent | b1be72c5ca6cb98ba64637990b142be0f1710a19 (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.ac | 4 |
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 |