summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/docs/changes.stone_soup7
-rw-r--r--crawl-ref/source/version.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/crawl-ref/docs/changes.stone_soup b/crawl-ref/docs/changes.stone_soup
index 6f808a727b..b2a3a9ca98 100644
--- a/crawl-ref/docs/changes.stone_soup
+++ b/crawl-ref/docs/changes.stone_soup
@@ -1,3 +1,10 @@
+Stone Soup 0.2.4 (20070408)
+---------------------------
+* Fixed another instance of monsters inheriting enchantments from other
+ monsters.
+* Fixed detect creatures and items not working.
+* Fixed hydra decapitation not being credited correctly.
+
Stone Soup 0.2.3 (20070407)
---------------------------
* Fixed shapeshifter enchantment crash.
diff --git a/crawl-ref/source/version.h b/crawl-ref/source/version.h
index f589b43791..f0d0056cf3 100644
--- a/crawl-ref/source/version.h
+++ b/crawl-ref/source/version.h
@@ -37,7 +37,7 @@
#define CRAWL "Dungeon Crawl Stone Soup"
-#define VER_NUM "0.2.3"
+#define VER_NUM "0.2.4"
#define VER_QUAL ""
// last updated 07august2001 {mv}