Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/16/15 20:14:52 (10 years ago)
Author:
pfleck
Message:

#2269

  • merged trunk after 3.3.11 release
  • updated copyright and plugin version in ALPS plugin
  • removed old ALPS samples based on an userdefined alg
Location:
branches/ALPS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ALPS

  • branches/ALPS/HeuristicLab.Optimizer/3.3/Plugin.cs.frame

    r11174 r12018  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2727
    2828namespace HeuristicLab.Optimizer {
    29   [Plugin("HeuristicLab.Optimizer", "3.3.10.$WCREV$")]
     29  [Plugin("HeuristicLab.Optimizer", "3.3.11.$WCREV$")]
    3030  [PluginFile("HeuristicLab.Optimizer-3.3.dll", PluginFileType.Assembly)]
    3131  [PluginDependency("HeuristicLab.Clients.Common", "3.3")]
     
    4747  }
    4848
    49   [Application("Optimizer", "HeuristicLab Optimizer 3.3.10.$WCREV$")]
     49  [Application("Optimizer", "HeuristicLab Optimizer 3.3.11.$WCREV$")]
    5050  internal class HeuristicLabOptimizerApplication : ApplicationBase {
    5151    public override void Run(ICommandLineArgument[] args) {
Note: See TracChangeset for help on using the changeset viewer.