Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/13/15 18:55:48 (10 years ago)
Author:
ascheibe
Message:

#2212 merged r12008, r12009, r12010 back into trunk

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources

  • trunk/sources/HeuristicLab.Optimizer/3.3/Plugin.cs.frame

    r11174 r12012  
    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.