diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-05-23 17:32:46 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-05-23 17:32:46 +0000 |
commit | 68f7fc089e3d33af2e418bc4fde330e3ae94c32b (patch) | |
tree | d519bc1a10f8cf35c38a923edd70715d1bde2b29 | |
parent | 239986e4f378c744fa20606141556d42da297850 (diff) |
BUILD : 1.7.10 (810) BUGS : NOTES : And heniz (yes, heniz!) made a boo-boo with the version of install.vbs :)
git-svn-id: svn://svn.anope.org/anope/trunk@810 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@564 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | install.vbs | 2 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/install.vbs b/install.vbs index ca3559387..2144b02f2 100644 --- a/install.vbs +++ b/install.vbs @@ -29,7 +29,7 @@ WScript.Echo " | | | || | | |_| |_| | __/" WScript.Echo " |_| |_||_| |_\___/| _/ \___|"
WScript.Echo " | |"
WScript.Echo " |_| IRC Services"
-WScript.Echo " v1.7.10-rc2"
+WScript.Echo " v1.7.10"
WScript.Echo ""
WScript.Echo ""
WScript.Echo "This program will help you to compile your Services, and ask you"
diff --git a/version.log b/version.log index 645780f7b..0cf69889e 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="10" -VERSION_BUILD="809" +VERSION_BUILD="810" # $Log$ # +# BUILD : 1.7.10 (810) +# BUGS : +# NOTES : And heniz (yes, heniz!) made a boo-boo with the version of install.vbs :) +# # BUILD : 1.7.10 (809) # BUGS : # NOTES : Updated install.vbs to detect SDK paths (by heinz) |