From 9e1eda31846d9111ef3b66644656ae82ff986bb3 Mon Sep 17 00:00:00 2001 From: stpohle Date: Mon, 28 Mar 2005 03:39:51 +0000 Subject: [PATCH] another little fixes on the game - resend cache --- ChangeLog | 5 ++++- configure.in | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b9f2485..64b413f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,13 @@ -$Id: ChangeLog,v 1.97 2005/03/28 02:48:34 stpohle Exp $ +$Id: ChangeLog,v 1.98 2005/03/28 03:39:51 stpohle Exp $ Version 0.11.6 ============== 2005-03-27 +- Fixed: pkg_resendcache, no right calaculation for the size of + the saved packet. + - Changed: Version number of network games will show up. - Added: Parameter -gamename to set the games name from the diff --git a/configure.in b/configure.in index d36193d..7998bfd 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl Please disable it in the Anjuta project configuration AC_INIT(configure.in) AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE(bomberclone, 0.11.6a) +AM_INIT_AUTOMAKE(bomberclone, 0.11.6b) AM_CONFIG_HEADER(config.h)