diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-04-27 00:19:37 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-04-27 00:19:37 +0000 |
commit | 5c70c99833d4040aaf595d0005b861e0a930ee66 (patch) | |
tree | 083777d7f6414a40044aa755add30c04395dec5d | |
parent | 2dcc187c92c1a579e6e9f0bad999a3b4e47228c3 (diff) |
Bump to 3.5.5libXpm-3_5_5XORG-7_1
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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]) |