summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Howard2005-10-29 21:48:55 +0000
committerSimon Howard2005-10-29 21:48:55 +0000
commit93695f4abf66ed29e00ae52874c02e87bb293cc8 (patch)
tree1baca1927f6e15f20d9eb1c428b8f9b907cdafb8
parent5206b75d90149512b1a76efe73d774e1b6cb46d7 (diff)
downloadchocolate-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--NEWS2
-rw-r--r--configure.in2
2 files changed, 3 insertions, 1 deletions
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"