switched to 18.06

This commit is contained in:
2018-06-27 11:58:47 +02:00
parent 04a565cea7
commit 9ed4d96554
2 changed files with 13 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ endiff
REM General configuration REM General configuration
iff not defined STUDIO_VERSION_MAJOR_MINOR then iff not defined STUDIO_VERSION_MAJOR_MINOR then
set STUDIO_VERSION_MAJOR_MINOR=18.05 set STUDIO_VERSION_MAJOR_MINOR=18.06
endiff endiff
iff not defined WORK_DIR then iff not defined WORK_DIR then

View File

@@ -30,19 +30,19 @@
<?define LicenseFile = "gpl.rtf"?> <?define LicenseFile = "gpl.rtf"?>
<?endif?> <?endif?>
<?ifdef x64?> <?ifdef x64?>
<?define ProductGuid = "C0ECCD9E-FB11-49C8-BB76-D3466CCF8803" ?> <?define ProductGuid = "9CCB7F8C-7AC0-44d0-8F0F-F17A1E4E0161" ?>
<?define RegistriesGuid = "B583F10F-575B-471E-9D5B-716CE7FB7AAA" ?> <?define RegistriesGuid = "238E308A-4805-4803-AE76-105BD697B236" ?>
<?define ShortcutsGuid = "15029359-1ECF-475D-BDAC-FBFDE875B58C" ?> <?define ShortcutsGuid = "D52D8C72-06D3-4bde-A27F-00A184062D70" ?>
<?else?> <?else?>
<?define ProductGuid = "5584AB7C-AE11-4CC5-A5CC-30BAB02844D8" ?> <?define ProductGuid = "9ABBC2D5-C6AE-4816-B34F-CE4C3A5BCC45" ?>
<?define RegistriesGuid = "86ED8CF2-CC48-4D46-A9F5-A6B1D7347736" ?> <?define RegistriesGuid = "67E1AF55-FD3D-4a92-97CF-DE7D195A485F" ?>
<?define ShortcutsGuid = "A68AC36A-E574-49AE-8870-8599923F5D0A" ?> <?define ShortcutsGuid = "2697FFE1-80F1-445a-8745-E0913FCA69CB" ?>
<?endif?> <?endif?>
<?define UpgradeGuid = "807C2196-0BDD-4C4D-96C6-B94E3EDC8C99" ?> <?define UpgradeGuid = "8F2F7FDA-F3F9-4ebc-8FF3-E320EE191970" ?>
<?define Product = "EiffelStudio" ?> <?define Product = "EiffelStudio" ?>
<?define ProductVersion = "18.05" ?> <?define ProductVersion = "18.06" ?>
<?define ProductDescription = "EiffelStudio 18.05 Integrated Development Environment (IDE) Installer" ?> <?define ProductDescription = "EiffelStudio 18.06 Integrated Development Environment (IDE) Installer" ?>
<?define ProductKey = "Eiffel_18.05" ?> <?define ProductKey = "Eiffel_18.06" ?>
<?else?> <?else?>
<?ifdef EiffelEnvision?> <?ifdef EiffelEnvision?>
<?ifdef Enterprise?> <?ifdef Enterprise?>
@@ -61,7 +61,7 @@
<?define Product = "EiffelEnvision" ?> <?define Product = "EiffelEnvision" ?>
<?define ProductVersion = "2.8" ?> <?define ProductVersion = "2.8" ?>
<?define ProductDescription = "EiffelEnvision 2.8 The Eiffel for .NET Language Package for Visual Studio .NET 2005" ?> <?define ProductDescription = "EiffelEnvision 2.8 The Eiffel for .NET Language Package for Visual Studio .NET 2005" ?>
<?define ProductKey = "Eiffel_18.05" ?> <?define ProductKey = "Eiffel_18.06" ?>
<?else?> <?else?>
<?define Edition = "Test"?> <?define Edition = "Test"?>
<?define LicenseFile = "gpl.rtf"?> <?define LicenseFile = "gpl.rtf"?>
@@ -70,7 +70,7 @@
<?define Product = "EiffelStudio" ?> <?define Product = "EiffelStudio" ?>
<?define ProductVersion = "2.8" ?> <?define ProductVersion = "2.8" ?>
<?define ProductDescription = "Test" ?> <?define ProductDescription = "Test" ?>
<?define ProductKey = "Eiffel_18.05" ?> <?define ProductKey = "Eiffel_18.06" ?>
<?endif?> <?endif?>
<?endif?> <?endif?>
<?define ProductName = "$(var.Product) $(var.ProductVersion) ($(var.Platform)) $(var.Edition)" ?> <?define ProductName = "$(var.Product) $(var.ProductVersion) ($(var.Platform)) $(var.Edition)" ?>