summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes2
-rw-r--r--version.log6
2 files changed, 6 insertions, 2 deletions
diff --git a/Changes b/Changes
index 12327e3f6..406018e72 100644
--- a/Changes
+++ b/Changes
@@ -5,6 +5,6 @@ Provided by Anope Dev. <dev@anope.org>
2004/03/31 Implemented MySQL Phase2 (see docs/MYSQL file)
2004/03/31 Modules can now add Commands/Messages from outside of AnopeInit
2004/03/31 Fixed a bug with recersive module callbacks.
-2004/03/30 Added channelname to entrymsg
+2004/03/30 Added channelname to entrymsg.
2004/03/28 Fixed tables.sql and removed needless tables.
2004/03/28 Forked 1.7 development stream.
diff --git a/version.log b/version.log
index 4b78645bd..724005046 100644
--- a/version.log
+++ b/version.log
@@ -8,11 +8,15 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="0"
-VERSION_BUILD="20"
+VERSION_BUILD="23"
VERSION_EXTRA=""
# $Log$
#
+# BUILD : 1.7.0 (23)
+# BUGS : none.
+# NOTES : Spelling error
+#
# BUILD : 1.7.0 (20)
# BUGS : none
# NOTES : Fixed MySQL double encryption if using MD5.