diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-07-14 10:02:45 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-07-14 10:02:45 +0000 |
commit | efd58f003e08eb948ad552aa5e4868c6fb66f5ad (patch) | |
tree | 39cbd0705462db30ad1a8ec17eb81d301a6085ba /configure.in | |
parent | 0a225a160c2d521b8062bfc702c33b65f520e081 (diff) |
made 2.0.0beta6 release.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@433 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 89bb3aac..df9e156d 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ MINOR_VERSION=0 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=beta5 +EXTRA_VERSION=beta6 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target |