summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes2
-rw-r--r--version.log5
2 files changed, 5 insertions, 2 deletions
diff --git a/Changes b/Changes
index d8b66cba7..e88d12889 100644
--- a/Changes
+++ b/Changes
@@ -5,7 +5,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]
-05/26 A Repaired /NS GROUP for compiled but disabled MySQL support. [ #73]
+05/26 F Repaired /NS GROUP for compiled but disabled MySQL support. [ #73]
05/24 F Fixed typo in example.conf. [ #70]
05/24 F Cleaned up compile errors on older compilers. [ #69]
05/21 F Removed threads.c file. [ #64]
diff --git a/version.log b/version.log
index b620e8272..71940c186 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,13 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="3"
-VERSION_BUILD="126"
+VERSION_BUILD="128"
# $Log$
#
+# BUILD : 1.7.3 (128)
+# NOTES : Typo no Changes file.
+#
# BUILD : 1.7.3 (126)
# BUGS : 73
# NOTES : Repaired /NS GROUP for compiled but disabled MySQL support.