diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2013-01-30 08:49:48 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2013-01-30 08:49:48 +0000 |
commit | 421cce1c90d56ce21ceb9c935e4f64aa744d5a1e (patch) | |
tree | 72dc0778ec967894f4ba25c43c06f10430e9da22 /configure.in | |
parent | 24dee8e93577c0b538b37f5d88fd19f6b39a7961 (diff) |
updated po and version.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3198 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 b3cbdd9a..9d8fb30c 100644 --- a/configure.in +++ b/configure.in @@ -5,16 +5,16 @@ PACKAGE=sylpheed dnl version number MAJOR_VERSION=3 -MINOR_VERSION=3 +MINOR_VERSION=4 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION= -BUILD_REVISION=1142 +EXTRA_VERSION=beta1 +BUILD_REVISION=1143 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl define if this is a development release -dnl DEVEL_VERSION=1 +DEVEL_VERSION=1 dnl set $target AC_CANONICAL_SYSTEM |