summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.in2
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"