From c2070729d64e55068f9b00f610bde012f18b46db Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 17 Sep 2005 21:17:45 +0000 Subject: 0.0.3 Subversion-branch: /trunk/chocolate-doom Subversion-revision: 112 --- NEWS | 7 ++++--- configure.in | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index aa0cfe29..7133d3b1 100644 --- a/NEWS +++ b/NEWS @@ -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" -- cgit v1.2.3