diff --git a/Changes b/Changes index 808229353..9f858c244 100644 --- a/Changes +++ b/Changes @@ -1533,4 +1533,5 @@ seen. gmtime warning still there - Made /die exit gracefully when in service mode - Made it so Unreal (win32) can't be reinstalled or uninstalled while it is currently running -- Some install script win32 changes to deal with unreal32docs.html \ No newline at end of file +- Some install script win32 changes to deal with unreal32docs.html +- win32 install script changes to deal with version switchover diff --git a/src/win32/unrealinst.iss b/src/win32/unrealinst.iss index 882f1b6fd..c3e7b7be4 100644 --- a/src/win32/unrealinst.iss +++ b/src/win32/unrealinst.iss @@ -2,7 +2,7 @@ [Setup] AppName=UnrealIRCd -AppVerName=UnrealIRCd3.2-beta11 +AppVerName=UnrealIRCd3.2-beta12 AppPublisher=UnrealIRCd Team AppPublisherURL=http://www.unrealircd.com AppSupportURL=http://www.unrealircd.com diff --git a/src/win32/unrealinstssl.iss b/src/win32/unrealinstssl.iss index 8a0a6d773..c6f830567 100644 --- a/src/win32/unrealinstssl.iss +++ b/src/win32/unrealinstssl.iss @@ -2,7 +2,7 @@ [Setup] AppName=UnrealIRCd -AppVerName=UnrealIRCd3.2-beta11 +AppVerName=UnrealIRCd3.2-beta12 AppPublisher=UnrealIRCd Team AppPublisherURL=http://www.unrealircd.com AppSupportURL=http://www.unrealircd.com