summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2015-12-11 07:08:29 -0800
committerKeith Packard <keithp@keithp.com>2015-12-11 07:09:16 -0800
commit14488af0338191356c0177e3d0b5fa473ffbd59c (patch)
treeb36cf9d33ecfd6dcf8a71d2a4f7a4c90257d1d03
parent95a40553b8f12cd9479dd4b3c531e2069c53b870 (diff)
Bump version to 2.0.1libXfont2-2.0.1
This release just fixes some build issues with 2.0.0 Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a13e7bd..a555151 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libXfont2], [2.0.0],
+AC_INIT([libXfont2], [2.0.1],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXfont2])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])