summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-12-03 05:49:44 +0000
committerKevin E Martin <kem@kem.org>2005-12-03 05:49:44 +0000
commit50214deb692a9af760088f8e7a51955c7d3f1707 (patch)
treed85a570dd946dbfa3499e9b3214a598d7a9daa3e
parent19881d3c88ff0713ef550382fd0dfb03123dabed (diff)
downloadxorg-lib-libXpm-50214deb692a9af760088f8e7a51955c7d3f1707.tar.gz
Update package version number for X11R7 RC3 release.XORG-6_99_99_903
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fd1003..260c341 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * configure.ac:
+ Update package version number for X11R7 RC3 release.
+
2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
* xpm.pc.in:
diff --git a/configure.ac b/configure.ac
index c44bd87..aa53ca2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# $Id$
AC_PREREQ(2.57)
-AC_INIT([libXpm], 3.5.4, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXpm)
+AC_INIT([libXpm], 3.5.4.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXpm)
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([dist-bzip2])