aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-03-16 07:47:37 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-03-16 07:47:37 +0000
commita68df591f791ccbabe308c673efa7073cce352c6 (patch)
tree33edcf05aa0c08b800484303cc92c86274825a0c /configure.in
parent169688cbebceda6f3a4df01f36af7e969c866eb2 (diff)
made 3.0.1 release.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2522 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
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