summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-04-21 22:05:20 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-04-21 22:06:59 -0700
commit21f5d3ec9d833b8bce08d0749b8001e1e88544ac (patch)
tree46281d9f618f3ed6c4e143b0e185c0fb242ad52f
parent5a398a55ccdd92d0ff05793692ef8e57f3a50198 (diff)
Bump version to 1.4.99.0 for master branch (to become 1.5)
libXfont 1.5.0 will be synchronized with the fontsproto 2.1.3 API changes needed for xorg-server 1.16 branch. libXfont 1.4.x will be left for stable release branch for older Xserver releases. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e78e56a..89b34ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libXfont], [1.4.7],
+AC_INIT([libXfont], [1.4.99.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXfont])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h include/X11/fonts/fontconf.h])