summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.BANNER2
-rw-r--r--Changes5
-rw-r--r--Changes.conf8
-rw-r--r--Changes.lang8
-rw-r--r--Changes.mysql4
-rwxr-xr-xConfig3
-rw-r--r--version.log8
7 files changed, 34 insertions, 4 deletions
diff --git a/.BANNER b/.BANNER
index e88c82b6d..659c322af 100644
--- a/.BANNER
+++ b/.BANNER
@@ -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
diff --git a/Changes b/Changes
index 3451e58a5..06150bfbc 100644
--- a/Changes
+++ b/Changes
@@ -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
diff --git a/Changes.conf b/Changes.conf
index 41f483924..541390ed5 100644
--- a/Changes.conf
+++ b/Changes.conf
@@ -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 **
diff --git a/Changes.lang b/Changes.lang
index 41d996e0b..bf5750f82 100644
--- a/Changes.lang
+++ b/Changes.lang
@@ -1,3 +1,11 @@
+Anope Version S V N
+--------------------
+*** New Strings:
+
+*** Mod Strings:
+
+*** Del Strings:
+
Anope Version 1.7.13
--------------------
*** New Strings:
diff --git a/Changes.mysql b/Changes.mysql
index d53baf911..4068d596f 100644
--- a/Changes.mysql
+++ b/Changes.mysql
@@ -1,3 +1,7 @@
+Anope Version S V N
+--------------------
+- NONE
+
Anope Version 1.7.13
--------------------
- NONE
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 ""
diff --git a/version.log b/version.log
index 6d64d0916..3c2a81182 100644
--- a/version.log
+++ b/version.log
@@ -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