diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-15 00:24:31 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-15 00:24:31 +0000 |
commit | 93421a53ccf159ff39bc9f8ff72c57246f9cb90c (patch) | |
tree | 66d2bec4c277ffdac0c6ce10ac7a7058c8c9cc21 | |
parent | 2b229ddcb52a3bf9bef32e764f93cc57c1351420 (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-06 Kevin E. Martin <kem-at-freedesktop-dot-org> * cxpm/Makefile.am: diff --git a/configure.ac b/configure.ac index aa53ca2..cd66d33 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # $Id$ AC_PREREQ(2.57) -AC_INIT([libXpm], 3.5.4.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXpm) +AC_INIT([libXpm], 3.5.4.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXpm) AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([dist-bzip2]) |