aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-06-15 05:30:41 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-06-15 05:30:41 +0000
commit473ad607c8b5e0c64f615bb7717eeec56f72bae0 (patch)
treee9a6a6bfd88c360eeda4eb12a18bde159a64d1c6 /configure.in
parent5126143a8420f705672c1778395b1c4af14970c6 (diff)
src/addr_compl.c: removed debug print. made 3.1.0beta1.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2572 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index f813bd82..b3dc70fe 100644
--- a/configure.in
+++ b/configure.in
@@ -5,16 +5,16 @@ PACKAGE=sylpheed
dnl version number
MAJOR_VERSION=3
-MINOR_VERSION=0
-MICRO_VERSION=2
-INTERFACE_AGE=2
-BINARY_AGE=2
-EXTRA_VERSION=
-BUILD_REVISION=1004
+MINOR_VERSION=1
+MICRO_VERSION=0
+INTERFACE_AGE=0
+BINARY_AGE=0
+EXTRA_VERSION=beta1
+BUILD_REVISION=1006
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