summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--configure.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f7061661..6733926e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
+0.0.4 (2005-09-27):
Application icon and version info included in Windows .exe files
Fixes for non-x86 architectures
Fix uac_dead.wad (platform drop on e1m8 should occur when all
diff --git a/configure.in b/configure.in
index 0f81ef47..5ccc78f5 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(Chocolate Doom, 0.0.3, fraggle@alkali.org, chocolate-doom)
+AC_INIT(Chocolate Doom, 0.0.4, fraggle@alkali.org, chocolate-doom)
AC_CONFIG_AUX_DIR(autotools)
orig_CFLAGS="$CFLAGS"