- Timestamp:
- 07/08/11 02:59:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLabOptimizerPlugin.cs.frame
r6099 r6548 24 24 25 25 namespace HeuristicLab.Optimizer { 26 [Plugin("HeuristicLab.Optimizer", "3.3. 4.$WCREV$")]26 [Plugin("HeuristicLab.Optimizer", "3.3.5.$WCREV$")] 27 27 [PluginFile("HeuristicLab.Optimizer-3.3.dll", PluginFileType.Assembly)] 28 28 [PluginDependency("HeuristicLab.Clients.Common", "3.3")] … … 39 39 } 40 40 41 [Application("Optimizer", "HeuristicLab Optimizer 3.3. 4.$WCREV$")]41 [Application("Optimizer", "HeuristicLab Optimizer 3.3.5.$WCREV$")] 42 42 internal class HeuristicLabOptimizerApplication : ApplicationBase { 43 43 public override void Run() {
Note: See TracChangeset
for help on using the changeset viewer.