summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-27 00:19:37 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-27 00:19:37 +0000
commit5c70c99833d4040aaf595d0005b861e0a930ee66 (patch)
tree083777d7f6414a40044aa755add30c04395dec5d
parent2dcc187c92c1a579e6e9f0bad999a3b4e47228c3 (diff)
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index afae7e2..c18f6dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-26 Adam Jackson <ajax@freedesktop.org>
+
+ * configure.ac:
+ Bump to 3.5.5
+
2006-03-18 Matthieu Herrb <matthieu.herrb@laas.fr>
* src/Attrib.c: XpmFreeExtensions
diff --git a/configure.ac b/configure.ac
index cd66d33..d57cc22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# $Id$
AC_PREREQ(2.57)
-AC_INIT([libXpm], 3.5.4.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXpm)
+AC_INIT([libXpm], 3.5.5, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXpm)
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([dist-bzip2])