From b5c272c5ce7814b29b6ddbebefc62584607bf229 Mon Sep 17 00:00:00 2001 From: stpohle Date: Sat, 21 Jun 2003 20:54:49 +0000 Subject: [PATCH] Version 0.9.9 Fix1 --- ChangeLog | 7 +++++-- configure.in | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 25b754b..416894e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Version 0.9.9 +============= +2003-06-21: fix1 +- network packet timeout set down to 400ms + - screen clipping of gfx_AddUpdateRect - draw_field, draw_player and restore player function fixed, @@ -5,8 +10,6 @@ fieldsize. (SDL BadValue) -Version 0.9.9 -============= 2003-06-12 - PowerUps will be painted diffrent now. Depend diff --git a/configure.in b/configure.in index 7fcd5e9..512fc34 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl If you don't want it to overwrite it, dnl Please disable it in the Anjuta project configuration AC_INIT(configure.in) -AM_INIT_AUTOMAKE(bomberclone, 0.9.9) +AM_INIT_AUTOMAKE(bomberclone, 0.9.9.1) AM_CONFIG_HEADER AM_CONFIG_HEADER(config.h)