diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-11-09 08:14:18 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-11-09 08:14:18 +0000 |
commit | 6d37549cb31c4b58481ab4b6385232e21d3f481c (patch) | |
tree | 2148fc0fbb000bdd636742f1430a6cb440ef49e9 /configure.in | |
parent | 7865aa3f0aaea42214de82b6d3f820fb8f768ad5 (diff) |
allow drop of files in the whole compose window. Disabled insertion of text by DnD.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@729 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 2581290a..11f818c0 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ MINOR_VERSION=1 MICRO_VERSION=6 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION= +EXTRA_VERSION=+svn VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target |