summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-27 00:12:33 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-27 00:12:33 +0000
commiteb191bbc716620c067bf6286469f8e5d90224577 (patch)
tree7fcac67bd0eb90d815b49eec3e421937591f1015
parent4fd0f2d9d43fd84c2f27e28545708d08ac7d83e0 (diff)
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 435661c..4e51ce8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-26 Adam Jackson <ajax@freedesktop.org>
+
+ * configure.ac:
+ Bump to 1.0.2
+
2006-02-12 Alan Coopersmith <alan.coopersmith@sun.com>
* man/Makefile.am:
diff --git a/configure.ac b/configure.ac
index 8bbd3ff..4de45d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
-AC_INIT(libXfontcache, 1.0.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXfontcache)
+AC_INIT(libXfontcache, 1.0.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXfontcache)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE