summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-08 14:37:01 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-08 14:37:01 +0000
commit5d97d38779027456e136b561536bcf94fca95e2d (patch)
tree29c6ba84ad716e142418fb24d670f8eff79bdb98
parent61ad137b444b36881d1e8409e194c77d33cb34a9 (diff)
downloadcrawl-ref-5d97d38779027456e136b561536bcf94fca95e2d.tar.gz
crawl-ref-5d97d38779027456e136b561536bcf94fca95e2d.zip
Updated changes list and version for 0.2.4.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.2@1269 c06c8d41-db1a-0410-9941-cceddc491573
-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}