diff options
-rw-r--r-- | Changes | 1 | ||||
-rwxr-xr-x | Config | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -24,6 +24,7 @@ Provided by Anope Dev. <dev@anope.org> - 2006 06/13 F Fixed a lot of redundant function declarations. [#510] 06/14 F Removed last traces of threading support. [#498] 06/14 F Changed mysql detection to use mysql_config. [ #00] +06/15 F OpenBSD Config issue. [#519] Provided by ThaPrince <jon@vile.com> - 2006 05/19 A Plexus 3 support. [ #00] @@ -132,7 +132,7 @@ done ########################################################################### if [ ! "$NO_INTRO" ] ; then clear - . version.log + . ./version.log cat .BANNER | sed "s/CURVER/$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA/" | more echo "" else |