summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-05-19 18:36:46 +0000
committerAdam Jackson <ajax@nwnk.net>2006-05-19 18:36:46 +0000
commitbd505e6b5508d91d6fc9768f98e40a1e57734b09 (patch)
tree0463e87e37ae5c3c3681badc8a912d9fc248620e
parent67c8e984a69991ec5a82d3f27b9cf3891516b78f (diff)
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac11
2 files changed, 6 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c279dd..ef2412f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-15 Adam Jackson <ajax@freedesktop.org>
+
+ * configure.ac:
+ Bump to 1.0.1
+
2006-03-20 Adam Jackson <ajax@freedesktop.org>
* src/Makefile.am:
diff --git a/configure.ac b/configure.ac
index 3f8da51..658e5a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,16 +25,7 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
-dnl
-dnl Version should match the current XFixes version. XFixesQueryVersion
-dnl returns the version from xfixeswire.h, NOT the version we set here. But we
-dnl try to keep these the same. Note that the library has an extra
-dnl digit in the version number to track changes which don't affect the
-dnl protocol, so Xfixes version l.n.m corresponds to protocol version l.n,
-dnl that 'revision' number appears in Xfixes.h and has to be manually
-dnl synchronized.
-dnl
-AC_INIT(lbxutil, 1.0.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], liblbxutil)
+AC_INIT(lbxutil, 1.0.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], liblbxutil)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE