From e631c21eee052097ee71d0c9c056483452880d28 Mon Sep 17 00:00:00 2001 From: Florian Schulze Date: Fri, 2 Aug 2002 10:22:38 +0000 Subject: [PATCH] Updated. --- ChangeLog | 4 ++++ globals.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b3a357f..1b5be21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2 Aug 2002 - 1.34 + - fixed too dark font + - attempt to fix sound and scaleup on big endian systems + 5 Jul 2002 - 1.33 - added -musicnosound option diff --git a/globals.h b/globals.h index 7445907..6b6e0c0 100644 --- a/globals.h +++ b/globals.h @@ -65,7 +65,7 @@ # endif #endif -#define JNB_VERSION "1.3" +#define JNB_VERSION "1.34" #define JNB_WIDTH 400 #define JNB_HEIGHT 256 -- 2.39.2