diff options
author | Simon Howard | 2005-09-17 21:17:45 +0000 |
---|---|---|
committer | Simon Howard | 2005-09-17 21:17:45 +0000 |
commit | c2070729d64e55068f9b00f610bde012f18b46db (patch) | |
tree | f50e89baa915a00742296a2fc4ac233c5a028207 | |
parent | 3e0f56f7ab7607d2250eb1c0c26559a3cade148b (diff) | |
download | chocolate-doom-c2070729d64e55068f9b00f610bde012f18b46db.tar.gz chocolate-doom-c2070729d64e55068f9b00f610bde012f18b46db.tar.bz2 chocolate-doom-c2070729d64e55068f9b00f610bde012f18b46db.zip |
0.0.3
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 112
-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" |