summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-09 21:09:20 +0000
committerKevin E Martin <kem@kem.org>2005-11-09 21:09:20 +0000
commit0c9649fc7598ac601f4bc67253c7caf3ae1bd04b (patch)
tree1e5b7b75c3dd0bc32009925ab0d011ae56abeb1e
parent4ef9256645536bc4200f4611014176de65231bde (diff)
Update package version number for X11R7 RC2 release.XORG-6_99_99_902
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 87dd8e2..b68a807 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * configure.ac:
+ Update package version number for X11R7 RC2 release.
+
2005-10-20 Eric Anholt <anholt@FreeBSD.org>
* Makefile.am:
diff --git a/configure.ac b/configure.ac
index db079e0..cb12d73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# $XdotOrg: $
AC_PREREQ([2.57])
-AC_INIT(xcursorgen, [0.99.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xcursorgen)
+AC_INIT(xcursorgen, [0.99.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xcursorgen)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE