From 93695f4abf66ed29e00ae52874c02e87bb293cc8 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 29 Oct 2005 21:48:55 +0000 Subject: 0.1.2 Subversion-branch: /trunk/chocolate-doom Subversion-revision: 226 --- NEWS | 2 ++ configure.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0e7d5a22..3631bd06 100644 --- a/NEWS +++ b/NEWS @@ -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" -- cgit v1.2.3