diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-15 00:24:29 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-15 00:24:29 +0000 |
commit | 461b3c5c0e47eed1b4abf5189ba92bb70d700fa1 (patch) | |
tree | 1d68880a447da89a580ea9de50eb13d4341f3af7 | |
parent | aed42762a9fcfcf1b7729dc0a7014ea679d309eb (diff) |
Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 |