Changeset 17182
- Timestamp:
- 07/31/19 00:28:53 (5 years ago)
- Location:
- trunk/Installers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Installers/HiveJanitorServiceInstaller.nsi
r16565 r17182 1 1 /* HeuristicLab 2 * Copyright (C) 2002-2019Heuristic and Evolutionary Algorithms Laboratory (HEAL)2 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL) 3 3 * 4 4 * This file is part of HeuristicLab. … … 27 27 !define BUILDCONFIGURATION "Debug" 28 28 !define JANITORBUILDPATH "..\HeuristicLab.Services.Hive.JanitorService\3.3\bin\${BUILDCONFIGURATION}" 29 !define VERSION "3.3.1 5"29 !define VERSION "3.3.16" 30 30 31 31 InstallDir $PROGRAMFILES\HeuristicLabHiveJanitorService -
trunk/Installers/HiveSlaveInstaller.nsi
r16565 r17182 1 1 /* HeuristicLab 2 * Copyright (C) 2002-2019Heuristic and Evolutionary Algorithms Laboratory (HEAL)2 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL) 3 3 * 4 4 * This file is part of HeuristicLab. … … 27 27 !define BUILDCONFIGURATION "Debug" 28 28 !define SLAVEBUILDPATH "..\HeuristicLab.Clients.Hive.Slave.WindowsService\3.3\bin\${BUILDCONFIGURATION}" 29 !define VERSION "3.3.1 5"29 !define VERSION "3.3.16" 30 30 31 31 InstallDir $PROGRAMFILES\HeuristicLabHiveSlave
Note: See TracChangeset
for help on using the changeset viewer.