diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 4 deletions
@@ -1,8 +1,9 @@ +0.0.3 (2005-09-17): Mouse acceleration code to emulate the behaviour of old - DOS mouse drivers (thanks to Toke for information about - this and suggestions) + DOS mouse drivers (thanks to Toke for information about + this and suggestions) Lock surfaces properly when we have to (fixes crash under - Windows 98) + Windows 98) 0.0.2 (2005-09-13): Remove temporary MIDI files generated by sound code. diff --git a/configure.in b/configure.in index 8657de6b..cf33968c 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(Chocolate Doom, 0.0.2, fraggle@alkali.org, chocolate-doom) +AC_INIT(Chocolate Doom, 0.0.3, fraggle@alkali.org, chocolate-doom) AC_CONFIG_AUX_DIR(autotools) orig_CFLAGS="$CFLAGS" |