aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-12-14 08:14:48 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-12-14 08:14:48 +0000
commit137f50eb184507b64f28c8a31ded91740b1033dc (patch)
treefab352961a7723d04bbc9578174f8a595a7b408f
parent685bead59896a1d0a95d7f638157b92a5da560d5 (diff)
src/version.h.in: modified PROG_VERSION string.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1430 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.ja4
-rw-r--r--src/version.h.in4
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b315a94..5e79bd94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-12-14
+ * src/version.h.in: modified PROG_VERSION string.
+
+2006-12-14
+
* version 2.3.0beta7
2006-12-14
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 3c052410..a39069ba 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,9 @@
2006-12-14
+ * src/version.h.in: PROG_VERSION 文字列を変更。
+
+2006-12-14
+
* version 2.3.0beta7
2006-12-14
diff --git a/src/version.h.in b/src/version.h.in
index 3e92ad2d..d7fac0aa 100644
--- a/src/version.h.in
+++ b/src/version.h.in
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2001 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2006 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
@@ -22,6 +22,6 @@
#define PACKAGE "@PACKAGE@"
#define VERSION "@VERSION@"
-#define PROG_VERSION "Sylpheed version "VERSION
+#define PROG_VERSION "Sylpheed " VERSION
#endif /* __VERSION_H__ */