diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-12-26 16:31:32 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-12-26 16:31:32 +0000 |
commit | eed69ec2003759fcb6257f0fb913ad726ca8662d (patch) | |
tree | fe696672fc13b6621829a0cd57c1c5653fce7e60 | |
parent | 0426f86966fee9e443eea4e9fd01eee06ba3f7bd (diff) |
BUILD : 1.7.13 (948) BUGS : NOTES : Anope 1.7.13-rc1
git-svn-id: svn://svn.anope.org/anope/trunk@948 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@676 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | .BANNER | 2 | ||||
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | Changes.conf | 2 | ||||
-rw-r--r-- | Changes.lang | 2 | ||||
-rw-r--r-- | Changes.mysql | 2 | ||||
-rw-r--r-- | version.log | 10 |
6 files changed, 12 insertions, 8 deletions
@@ -6,7 +6,7 @@ |_| |_||_| |_\___/| _/ \___| | | |_| IRC Services - v1.7.12-svn + v1.7.13-rc1 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,4 +1,4 @@ -Anope Version S V N +Anope Version 1.7.13 -------------------- Provided by Anope Dev. <dev@anope.org> - 2005 12/26 F Generating language.h failed on certain setups. [ #00] diff --git a/Changes.conf b/Changes.conf index 8ac0eb46c..41f483924 100644 --- a/Changes.conf +++ b/Changes.conf @@ -1,4 +1,4 @@ -Anope Version S V N +Anope Version 1.7.13 -------------------- ** ADDED CONFIGURATION DIRECTIVES ** diff --git a/Changes.lang b/Changes.lang index d50059fa5..41d996e0b 100644 --- a/Changes.lang +++ b/Changes.lang @@ -1,4 +1,4 @@ -Anope Version S V N +Anope Version 1.7.13 -------------------- *** New Strings: diff --git a/Changes.mysql b/Changes.mysql index 989f7a2ff..d53baf911 100644 --- a/Changes.mysql +++ b/Changes.mysql @@ -1,4 +1,4 @@ -Anope Version S V N +Anope Version 1.7.13 -------------------- - NONE diff --git a/version.log b/version.log index 0b852633d..01e4ee7e5 100644 --- a/version.log +++ b/version.log @@ -7,12 +7,16 @@ VERSION_MAJOR="1" VERSION_MINOR="7" -VERSION_PATCH="12" -VERSION_EXTRA="-svn" -VERSION_BUILD="947" +VERSION_PATCH="13" +VERSION_EXTRA="-rc1" +VERSION_BUILD="948" # $Log$ # +# BUILD : 1.7.13 (948) +# BUGS : +# NOTES : Anope 1.7.13-rc1 +# # BUILD : 1.7.12 (947) # BUGS : # NOTES : Updated inspircd support module and fixed error with generating language.h on certain setups |