diff --git a/ChangeLog b/ChangeLog index 09c65a1..b63c802 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Version 0.9.7 +============= +2003-04-27 +- Fixed: Problem when the server leaves the game. Got the + MasterServer a message that all the clients have opened a game. + +- Added: You can now choose between 16, 24 and 32 bits per pixel. + +- Fixed: PI_bomb illness. + +- Changed the way of how the speed gets increased. + + Version 0.9.6 ============= diff --git a/src/Makefile.MINGW b/src/Makefile.MINGW index 2988139..b59a301 100644 --- a/src/Makefile.MINGW +++ b/src/Makefile.MINGW @@ -8,7 +8,7 @@ OBJS=bomb.o configuration.o debug.o gfx.o main.o field.o font.o game.o gamesrv.o all: config bomberclone config: - echo "#define VERSION \"0.9\"" >../config.h + echo "#define VERSION \"`grep project.version ../bomberclone.prj |cut -c 17-`\"" >../config.h rebuild: clean all