summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0c21de1..504a974 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,8 +26,8 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
AC_INIT([libXfont],
- 1.4.3,
- [keithp@keithp.com],
+ 0.99.0,
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
libXfont)
dnl
dnl This is the package version number, not the shared library
@@ -226,6 +226,8 @@ esac
CFLAGS="$CFLAGS $XFONT_CFLAGS $OS_CFLAGS"
LIBS="$LIBS $XFONT_LIBS"
+XORG_RELEASE_VERSION
+
AC_OUTPUT([Makefile
src/Makefile
src/fontcache/Makefile