From 853f0cda08e8a979033132013172bb37fb245b41 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 26 Mar 2014 06:12:56 +0000 Subject: updated copyright year. configure.in: increased library version. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3367 ee746299-78ed-0310-b773-934348b2243d --- ChangeLog | 9 +++++++++ configure.in | 10 +++++----- src/addr_compl.c | 2 +- src/addressbook.c | 2 +- src/folderview.c | 2 +- src/inc.c | 2 +- src/manual.c | 2 +- src/notificationwindow.c | 2 +- src/query_search.c | 2 +- src/rfc2015.c | 1 + src/rpop3.c | 2 +- src/setup.c | 2 +- src/sslmanager.c | 2 +- 13 files changed, 25 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 037f9027..a488b807 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2014-03-26 + + * version 3.4.0 + +2014-03-26 + + * updated copyright year. + * configure.in: increased library version. + 2014-03-24 * libsylph/ssl_hostname_validation.h: added include guard. diff --git a/configure.in b/configure.in index 42b58c2b..6112dad7 100644 --- a/configure.in +++ b/configure.in @@ -9,12 +9,12 @@ MINOR_VERSION=4 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=beta8 -BUILD_REVISION=1154 +EXTRA_VERSION= +BUILD_REVISION=1155 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl define if this is a development release -DEVEL_VERSION=1 +dnl DEVEL_VERSION=1 dnl set $target AC_CANONICAL_SYSTEM @@ -43,9 +43,9 @@ LT_RELEASE=$MAJOR_VERSION.$MINOR_VERSION dnl LT_CURRENT=`expr 1 + $MICRO_VERSION - $INTERFACE_AGE` dnl LT_REVISION=$INTERFACE_AGE dnl LT_AGE=`expr $BINARY_AGE - $INTERFACE_AGE` -LT_CURRENT=2 +LT_CURRENT=3 LT_REVISION=0 -LT_AGE=1 +LT_AGE=2 AC_SUBST(LT_RELEASE) AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) diff --git a/src/addr_compl.c b/src/addr_compl.c index 9cfb3ac7..f4e8fa06 100644 --- a/src/addr_compl.c +++ b/src/addr_compl.c @@ -2,7 +2,7 @@ * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client * * Copyright (C) 2000-2005 by Alfons Hoogervorst & The Sylpheed Claws Team. - * Copyright (C) 1999-2012 Hiroyuki Yamamoto + * Copyright (C) 1999-2014 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/addressbook.c b/src/addressbook.c index 93417ee6..dc6c83a2 100644 --- a/src/addressbook.c +++ b/src/addressbook.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2012 Hiroyuki Yamamoto + * Copyright (C) 1999-2014 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/folderview.c b/src/folderview.c index 14beecc0..dc9582c8 100644 --- a/src/folderview.c +++ b/src/folderview.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2012 Hiroyuki Yamamoto + * Copyright (C) 1999-2014 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/inc.c b/src/inc.c index 8f638668..7ae0426b 100644 --- a/src/inc.c +++ b/src/inc.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2013 Hiroyuki Yamamoto + * Copyright (C) 1999-2014 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/manual.c b/src/manual.c index 9383bd9b..4a547901 100644 --- a/src/manual.c +++ b/src/manual.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2002 Hiroyuki Yamamoto + * Copyright (C) 1999-2014 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/notificationwindow.c b/src/notificationwindow.c index 38681911..60fa0c00 100644 --- a/src/notificationwindow.c +++ b/src/notificationwindow.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2013 Hiroyuki Yamamoto + * Copyright (C) 1999-2014 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/query_search.c b/src/query_search.c index f75c717c..ff025393 100644 --- a/src/query_search.c +++ b/src/query_search.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2009 Hiroyuki Yamamoto + * Copyright (C) 1999-2014 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/rfc2015.c b/src/rfc2015.c index b715c4bc..ebfa96c6 100644 --- a/src/rfc2015.c +++ b/src/rfc2015.c @@ -1,6 +1,7 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client * Copyright (C) 2001 Werner Koch (dd9jn) + * Copyright (C) 1999-2014 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/rpop3.c b/src/rpop3.c index 7f530854..139c36ea 100644 --- a/src/rpop3.c +++ b/src/rpop3.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2013 Hiroyuki Yamamoto + * Copyright (C) 1999-2014 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/setup.c b/src/setup.c index 62b560f5..52eab90c 100644 --- a/src/setup.c +++ b/src/setup.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2010 Hiroyuki Yamamoto + * Copyright (C) 1999-2014 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/sslmanager.c b/src/sslmanager.c index 8dce0526..a633710c 100644 --- a/src/sslmanager.c +++ b/src/sslmanager.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2010 Hiroyuki Yamamoto + * Copyright (C) 1999-2014 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- cgit v1.2.3