shithub: choc

Download patch

ref: c2070729d64e55068f9b00f610bde012f18b46db
parent: 3e0f56f7ab7607d2250eb1c0c26559a3cade148b
author: Simon Howard <fraggle@gmail.com>
date: Sat Sep 17 17:17:45 EDT 2005

0.0.3

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 112

--- 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.
--- 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"