From: Melvin Hadasht Date: Tue, 13 Aug 2002 13:15:45 +0000 (+0000) Subject: removed unrequired "execinfo.h" header X-Git-Tag: before_folder_color~33 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=6156095fd03fe509b85ab79be24abc144637e8cd removed unrequired "execinfo.h" header --- diff --git a/ChangeLog.claws b/ChangeLog.claws index fca26eac1..4cee15ae1 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,10 +1,14 @@ +2002-08-11 [melvin] 0.8.1claws55 + + * src/main.c + removed unrequired "execinfo.h" header + 2002-08-12 [paul] 0.8.1claws54 * faq/en/sylpheed-faq.html faq/en/sylpheed-faq-[1-3].html faq/en/sylpheed-faq-4.html **NEW FILE ** update English FAQ - 2002-08-12 [alfons] 0.8.1claws53 diff --git a/configure.in b/configure.in index 38e52123a..faf033a38 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ MINOR_VERSION=8 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws54 +EXTRA_VERSION=claws55 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/main.c b/src/main.c index 2195622f5..af7423590 100644 --- a/src/main.c +++ b/src/main.c @@ -40,7 +40,6 @@ #include #include #include -#include #if HAVE_LOCALE_H # include