summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-06-17 18:00:31 +0000
committerdane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-06-17 18:00:31 +0000
commit01224b732b082acb44d0c6fcd80372b08f91c61a (patch)
tree8e1bd7e78e7f8b860b589a0ef092342725a704a3
parent1c4a32bea9aacbbfb0a29ec4bc6fcf7cf89b25a7 (diff)
BUILD : 1.7.3 (200) BUGS : 96 NOTES : Fixed wrong bug number on previous commit
git-svn-id: svn://svn.anope.org/anope/trunk@200 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@142 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--Changes2
-rw-r--r--version.log6
2 files changed, 6 insertions, 2 deletions
diff --git a/Changes b/Changes
index b035d3271..8a8b9a85b 100644
--- a/Changes
+++ b/Changes
@@ -10,7 +10,7 @@ Provided by Anope Dev. <dev@anope.org> - 2004
05/24 A New NSNickTracking directive to provide nick tracking. [ #71]
05/21 A Auto enforce upon AKICK addition. [ #63]
05/21 A New file docs/OLDCHANGES contains all change history. [ #65]
-06/17 F Added SQLINE to NICK() on PTlink. [ #91]
+06/17 F Added SQLINE to NICK() on PTlink. [ #96]
06/16 F Module support for OpenBSD systems [#106]
06/12 F We check now for valid arguments in ModuleAddData(). [ #90]
06/12 F Unified kill_user function to handle all ircd protocols. [#101]
diff --git a/version.log b/version.log
index 2cc818b2f..529a4843f 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="3"
-VERSION_BUILD="199"
+VERSION_BUILD="200"
# $Log$
#
+# BUILD : 1.7.3 (200)
+# BUGS : 96
+# NOTES : Fixed wrong bug number on previous commit
+#
# BUILD : 1.7.3 (199)
# BUGS : 91
# NOTES : Added SQLINE to NICK() on PTlink.