summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 76408d3..3cbca70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,14 @@
# $XdotOrg: $
AC_PREREQ([2.57])
-AC_INIT(xbitmaps, [1.0], [xorg@lists.freedesktop.org], xbitmaps)
+AC_INIT(xbitmaps, [0.99.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xbitmaps)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
+XORG_RELEASE_VERSION
+
AC_OUTPUT([
Makefile
xbitmaps.pc