summaryrefslogtreecommitdiff
path: root/Config
diff options
context:
space:
mode:
authorgeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-12-28 10:16:54 +0000
committergeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-12-28 10:16:54 +0000
commit977c94c854587fde2789ed60e49532f19696f385 (patch)
tree995cc0af93b152f364fc9de9f3a09cb520f1e870 /Config
parent19d47a91912402e3545ae6bf0de8ac6f1100ae0e (diff)
BUILD : 1.7.13 (952) BUGS : NOTES : Development Framework ; made .BANNER version dynamic
git-svn-id: svn://svn.anope.org/anope/trunk@952 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@679 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'Config')
-rwxr-xr-xConfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/Config b/Config
index 4c8c92bea..532df475c 100755
--- a/Config
+++ b/Config
@@ -132,7 +132,8 @@ done
###########################################################################
if [ ! "$NO_INTRO" ] ; then
clear
- more .BANNER
+ . version.log
+ cat .BANNER | sed "s/CURVER/$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA/" | more
echo ""
else
echo ""