summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-10-19 02:48:12 +0000
committerKevin E Martin <kem@kem.org>2005-10-19 02:48:12 +0000
commitdc71c9cd5b1d7bfb7006ad538528e43236400423 (patch)
treef7241f83cd5f973b4013028426103714169ba70e
parent771bf63d482331521dae859e04dff72338e2588f (diff)
Update package version number for RC1 release.XORG-6_99_99_901
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b6e6b67..75430d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * configure.ac:
+ Update package version number for RC1 release.
+
2005-10-15 Kevin E. Martin <kem-at-freedesktop-dot-org>
* src/Makefile.am: Generate g3states.h as needed instead of using
diff --git a/configure.ac b/configure.ac
index 22c41b6..0f11648 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ 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, 0.99.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], liblbxutil)
+AC_INIT(lbxutil, 0.99.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], liblbxutil)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE