Changeset 15589 for trunk/sources/Installers
- Timestamp:
- 01/11/18 03:06:17 (7 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
-
trunk/sources/Installers/HiveJanitorServiceInstaller.nsi
r14195 r15589 1 1 /* HeuristicLab 2 * Copyright (C) 2002-201 6Heuristic and Evolutionary Algorithms Laboratory (HEAL)2 * Copyright (C) 2002-2018 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 4"29 !define VERSION "3.3.15" 30 30 31 31 InstallDir $PROGRAMFILES\HeuristicLabHiveJanitorService -
trunk/sources/Installers/HiveSlaveInstaller.nsi
r14195 r15589 1 1 /* HeuristicLab 2 * Copyright (C) 2002-201 6Heuristic and Evolutionary Algorithms Laboratory (HEAL)2 * Copyright (C) 2002-2018 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 4"29 !define VERSION "3.3.15" 30 30 31 31 InstallDir $PROGRAMFILES\HeuristicLabHiveSlave
Note: See TracChangeset
for help on using the changeset viewer.