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)