From 9b10b2472508197446fc95c068c7f6c4095c5291 Mon Sep 17 00:00:00 2001 From: Florian Schulze Date: Fri, 21 Mar 2003 15:03:29 +0000 Subject: [PATCH] Bumped version number. --- ChangeLog | 9 +++++++-- globals.pre | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3559134..4ae0fa3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +21 Mar 2003 - 1.41 + - new scaling filter which works with 8bit graphics. Removed the old scaler + completely, now fading and everything else works in scaled up mode. + - another attempt to fix sound on big endian systems. + Sep 2002 - 1.40 - manpage update - joystick support added @@ -21,7 +26,7 @@ Sep 2002 - 1.40 5 Jul 2002 - 1.33 - added -musicnosound option - + 15 Jun 2002 - 1.32 - fix for off by one in -mirror add icon for application (macosx,windows,x) @@ -71,7 +76,7 @@ This is the changelog of the linux version from which this port is derived. for test and fun play come join #keen on irc.linux.com (be sure to have one udp port open if you have a firewall, and also have sdl-mixer, sdl and sdl-net) - + 16 Mar 2001 - 0.70 did a new screenshot http://jumpbump.mine.nu/port/jumpbumprocks.jpg wrote a little faq http://jumpbump.mine.nu/port/jumpbumpfaq.txt diff --git a/globals.pre b/globals.pre index b2bb7c9..19a257b 100644 --- a/globals.pre +++ b/globals.pre @@ -79,7 +79,7 @@ void tellServerPlayerMoved(int playerid, int movement_type, int newval); #define MOVEMENT_RIGHT 2 #define MOVEMENT_UP 3 -#define JNB_VERSION "1.40" +#define JNB_VERSION "1.41" #define JNB_WIDTH 400 #define JNB_HEIGHT 256 -- 2.39.2