diff options
author | Simon Howard | 2005-10-29 21:48:55 +0000 |
---|---|---|
committer | Simon Howard | 2005-10-29 21:48:55 +0000 |
commit | 93695f4abf66ed29e00ae52874c02e87bb293cc8 (patch) | |
tree | 1baca1927f6e15f20d9eb1c428b8f9b907cdafb8 | |
parent | 5206b75d90149512b1a76efe73d774e1b6cb46d7 (diff) | |
download | chocolate-doom-93695f4abf66ed29e00ae52874c02e87bb293cc8.tar.gz chocolate-doom-93695f4abf66ed29e00ae52874c02e87bb293cc8.tar.bz2 chocolate-doom-93695f4abf66ed29e00ae52874c02e87bb293cc8.zip |
0.1.2
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 226
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ +0.1.2 (2005-10-29): + Silence sounds at odd sample rates (rather than bombing out); this is the way Vanilla Doom behaves. Handle multiple replacements of the same sprite in a PWAD. diff --git a/configure.in b/configure.in index 0434aef1..222013b1 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(Chocolate Doom, 0.1.1, fraggle@alkali.org, chocolate-doom) +AC_INIT(Chocolate Doom, 0.1.2, fraggle@alkali.org, chocolate-doom) AC_CONFIG_AUX_DIR(autotools) orig_CFLAGS="$CFLAGS" |