mirror of
https://github.com/anope/anope.git
synced 2026-06-12 17:04:47 +02:00
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
This commit is contained in:
parent
19d47a9191
commit
977c94c854
@@ -6,7 +6,7 @@
|
||||
|_| |_||_| |_\___/| _/ \___|
|
||||
| |
|
||||
|_| IRC Services
|
||||
v1.7.13
|
||||
CURVER
|
||||
This program will help you to compile your Services, and ask you
|
||||
questions regarding the compile-time settings of it during the
|
||||
process. For more options type ./Config --help
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Anope Version S V N
|
||||
--------------------
|
||||
Provided by Anope Dev. <dev@anope.org> - 2005
|
||||
|
||||
|
||||
Anope Version 1.7.13
|
||||
--------------------
|
||||
Provided by Anope Dev. <dev@anope.org> - 2005
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
Anope Version S V N
|
||||
--------------------
|
||||
** ADDED CONFIGURATION DIRECTIVES **
|
||||
|
||||
** MODIFIED CONFIGURATION DIRECTIVES **
|
||||
|
||||
** DELETED CONFIGURATION DIRECTIVES **
|
||||
|
||||
Anope Version 1.7.13
|
||||
--------------------
|
||||
** ADDED CONFIGURATION DIRECTIVES **
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
Anope Version S V N
|
||||
--------------------
|
||||
*** New Strings:
|
||||
|
||||
*** Mod Strings:
|
||||
|
||||
*** Del Strings:
|
||||
|
||||
Anope Version 1.7.13
|
||||
--------------------
|
||||
*** New Strings:
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
Anope Version S V N
|
||||
--------------------
|
||||
- NONE
|
||||
|
||||
Anope Version 1.7.13
|
||||
--------------------
|
||||
- NONE
|
||||
|
||||
@@ -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 ""
|
||||
|
||||
+6
-2
@@ -8,11 +8,15 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="13"
|
||||
VERSION_EXTRA=""
|
||||
VERSION_BUILD="951"
|
||||
VERSION_EXTRA="-svn"
|
||||
VERSION_BUILD="952"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.13 (952)
|
||||
# BUGS :
|
||||
# NOTES : Development Framework ; made .BANNER version dynamic
|
||||
#
|
||||
# BUILD : 1.7.13 (951)
|
||||
# BUGS :
|
||||
# NOTES : Anope 1.7.13 release
|
||||
|
||||
Reference in New Issue
Block a user