diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2014-04-07 01:27:30 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2014-04-07 01:27:30 +0000 |
commit | 7f933f4a89d1dc7def305520741ca543be0d21f7 (patch) | |
tree | c43099a4c2a08cfa06c1f42abebe8ad6e37d9365 /configure.in | |
parent | 49dd2346b88a1ef4ae2296ff1ba4c1a53b9e7a56 (diff) |
made 3.4.1 release.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3380 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 6112dad7..65a92d9e 100644 --- a/configure.in +++ b/configure.in @@ -6,11 +6,11 @@ PACKAGE=sylpheed dnl version number MAJOR_VERSION=3 MINOR_VERSION=4 -MICRO_VERSION=0 -INTERFACE_AGE=0 -BINARY_AGE=0 +MICRO_VERSION=1 +INTERFACE_AGE=1 +BINARY_AGE=1 EXTRA_VERSION= -BUILD_REVISION=1155 +BUILD_REVISION=1156 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl define if this is a development release |