diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | src/about.c | 4 | ||||
-rw-r--r-- | src/sylpheed.rc.in | 2 |
3 files changed, 9 insertions, 4 deletions
@@ -1,7 +1,12 @@ -2015-06-23 +2015-06-24 * version 3.5.0beta3 +2015-06-24 + + * src/about.c + src/sylpheed.rc.in: updated copyright year. + 2015-06-22 * src/addressbook.c: disabled autto expand of columns because it diff --git a/src/about.c b/src/about.c index 7269f70d..0f4541b0 100644 --- a/src/about.c +++ b/src/about.c @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2014 Hiroyuki Yamamoto + * Copyright (C) 1999-2015 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 @@ -176,7 +176,7 @@ static void about_create(void) gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); label = gtk_label_new - ("Copyright (C) 1999-2014 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>"); + ("Copyright (C) 1999-2015 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>"); gtk_label_set_selectable(GTK_LABEL(label), TRUE); gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); diff --git a/src/sylpheed.rc.in b/src/sylpheed.rc.in index dbd6f4b5..7c386156 100644 --- a/src/sylpheed.rc.in +++ b/src/sylpheed.rc.in @@ -15,7 +15,7 @@ BEGIN VALUE "FileDescription", "Sylpheed\0" VALUE "FileVersion", "@MAJOR_VERSION@.@MINOR_VERSION@.@MICRO_VERSION@.@BUILD_REVISION@\0" VALUE "InternalName", "sylpheed\0" - VALUE "LegalCopyright", "Copyright (C) 1999-2014 Hiroyuki Yamamoto\0" + VALUE "LegalCopyright", "Copyright (C) 1999-2015 Hiroyuki Yamamoto\0" VALUE "OriginalFilename", "sylpheed.exe\0" VALUE "ProductName", "Sylpheed\0" VALUE "ProductVersion", "@VERSION@\0" |