summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-12-15 00:24:29 +0000
committerKevin E Martin <kem@kem.org>2005-12-15 00:24:29 +0000
commit461b3c5c0e47eed1b4abf5189ba92bb70d700fa1 (patch)
tree1d68880a447da89a580ea9de50eb13d4341f3af7
parentaed42762a9fcfcf1b7729dc0a7014ea679d309eb (diff)
downloadxorg-lib-libXcursor-461b3c5c0e47eed1b4abf5189ba92bb70d700fa1.tar.gz
Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fc9154c..acd53e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * configure.ac:
+ Update package version number for final X11R7 release candidate.
+
2005-12-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
* xcursor.pc.in:
diff --git a/configure.ac b/configure.ac
index 964a56d..156b42d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ dnl version. This same version number must appear in Xcursor.h
dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's
dnl not possible to extract the version number here from Xcursor.h
dnl
-AC_INIT([libXcursor],1.1.5.1,[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],[libXcursor])
+AC_INIT([libXcursor],1.1.5.2,[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],[libXcursor])
AM_INIT_AUTOMAKE([dist-bzip2])
AC_CONFIG_SRCDIR([Makefile.am])
AM_MAINTAINER_MODE