diff options
author | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-11-24 03:54:03 +0000 |
---|---|---|
committer | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-11-24 03:54:03 +0000 |
commit | 9233f879d14728673ca82b1a7d16341e79d609df (patch) | |
tree | 5f352da2ffe6ba00acea5afcbf435420ccca7f69 /include/extern.h | |
parent | a82bbfb6a129e55b9e8bacf72189e053c261c0d4 (diff) |
BUILD : 1.7.6 (461) BUGS : 230 NOTES : 1. Moving Services Operators to Services Admins and vice-versa (230), 2. PTlink anope_cmd_server() had a minor issue thats now fixed
git-svn-id: svn://svn.anope.org/anope/trunk@461 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@315 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h index 9c8a889a3..31b37a8cf 100644 --- a/include/extern.h +++ b/include/extern.h @@ -578,6 +578,7 @@ E int MailValidate(const char *email); /**** main.c ****/ E const char version_number[]; +E const char version_number_dotted[]; E const char version_build[]; E const char version_protocol[]; E const char version_flags[]; |