aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-01-31 07:10:46 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-01-31 07:10:46 +0000
commit0fd19eab1aba775f0346fa9eb2d40745b0375a12 (patch)
tree279d1f2c0e2a51300c38752ae253646d1a4c2a4d /src
parent13de1d062b8c4b261130239a11b372b29b6c6e87 (diff)
made 3.4.0beta1 release.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3207 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/about.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/about.c b/src/about.c
index 5f4e5aa8..cfeac758 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-2012 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2013 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-2012 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
+ ("Copyright (C) 1999-2013 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);