diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | version.log | 5 |
2 files changed, 5 insertions, 1 deletions
@@ -20,6 +20,7 @@ Provided by Anope Dev. <dev@anope.org> - 2004 05/12 F xOP management inconsistency [ #38] 05/11 F Bug with module unload / memo moduleData [ #43] 05/05 F Bug with RDB and empty nickserv greet message [ #28] +05/08 F Segfault on MySQL FORBID [ #14] 04/22 F ALIST bug when being invoked by systems admins [ #20] Provided by Rage IRCD. <rageircd@users.sourceforge.net> - 2004 diff --git a/version.log b/version.log index 0d8a3c1b1..a275489a1 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,13 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="3" -VERSION_BUILD="109" +VERSION_BUILD="110" # $Log$ # +# BUILD : 1.7.3 (110) +# NOTES : Anope 1.7.3 Release +# # BUILD : 1.7.3 (109) # BUGS : # NOTES : make install now moves anoperc to bin, also typos and one bug in anoperc fixed (ps ux changed to ps auxw which was failing when paths were too long to fit on the screen) |