aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS3
-rw-r--r--configure.in8
3 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 07347a1a..4aef8bca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-16
+
+ * version 3.0.1
+
2010-03-12
* manual/ja/sylpheed.sgml: updated.
diff --git a/NEWS b/NEWS
index 48223cc1..566a0657 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,8 @@ Changes of Sylpheed
* 3.0.1 (stable)
- * Several typos in messages were fixed.
+ * Several typos in dialogs were fixed.
+ * The Japanese manual was updated.
* Win32: included libpng library was updated to 1.2.43 (security fix).
* Win32: included libtiff library was updated to 3.9.2 (security fix).
diff --git a/configure.in b/configure.in
index 17fd800a..8368f98f 100644
--- a/configure.in
+++ b/configure.in
@@ -6,11 +6,11 @@ PACKAGE=sylpheed
dnl version number
MAJOR_VERSION=3
MINOR_VERSION=0
-MICRO_VERSION=0
-INTERFACE_AGE=0
-BINARY_AGE=0
+MICRO_VERSION=1
+INTERFACE_AGE=1
+BINARY_AGE=1
EXTRA_VERSION=
-BUILD_REVISION=1001
+BUILD_REVISION=1002
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl define if this is a development release