diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-09-28 04:44:37 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2006-09-28 04:44:37 +0000 |
commit | c044d6e3c39e28d98ea4d815df84835e366aa442 (patch) | |
tree | bf50873b57382600197a41b1d7cc0fb322ef54e9 /configure.in | |
parent | 41c9a97e743d179f2990d47cf19a6a3a6e88a841 (diff) |
trayicon.c: fixed trayicon_destroy().
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1199 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index b3eca51e..16f45366 100644 --- a/configure.in +++ b/configure.in @@ -5,11 +5,11 @@ PACKAGE=sylpheed dnl version number MAJOR_VERSION=2 -MINOR_VERSION=2 -MICRO_VERSION=9 +MINOR_VERSION=3 +MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION= +EXTRA_VERSION=beta1 BUILD_REVISION=0 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION |