From 68f7fc089e3d33af2e418bc4fde330e3ae94c32b Mon Sep 17 00:00:00 2001 From: "geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Mon, 23 May 2005 17:32:46 +0000 Subject: [PATCH] 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 --- install.vbs | 2 +- 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)