MinGW Version Problem

origin
stpohle 23 years ago
parent a68638272b
commit 7f7c601e5e

@ -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
=============

@ -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

Loading…
Cancel
Save