diff options
-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) |