fix version number

This commit is contained in:
Paul Mangan 2003-09-05 15:41:24 +00:00
parent 271678a614
commit ca2f305322
2 changed files with 3 additions and 3 deletions

View file

@ -1,11 +1,11 @@
2003-09-03 [alfons] 0.9.4claws62
2003-09-03 [alfons] 0.9.4claws63
* src/messageview.c
deleting a message in a message view frees its msginfo, make
messageview_update_all() aware of that (should fix bug #293,
"deleting message caused crash")
2003-09-03 [melvin] 0.9.4claws61
2003-09-03 [melvin] 0.9.4claws62
* src/action.c
Improve synchronous action exit code (fixes

View file

@ -11,7 +11,7 @@ MINOR_VERSION=9
MICRO_VERSION=4
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=62
EXTRA_VERSION=63
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
else