Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/08/13 02:20:39 (11 years ago)
Author:
swagner
Message:

Updated copyright year and incremented version of plugins, applications and assembly files (#1889)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/Plugin.cs.frame

    r9456 r9462  
    2727
    2828namespace HeuristicLab.Optimizer {
    29   [Plugin("HeuristicLab.Optimizer", "3.3.7.$WCREV$")]
     29  [Plugin("HeuristicLab.Optimizer", "3.3.8.$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.7.$WCREV$")]
     49  [Application("Optimizer", "HeuristicLab Optimizer 3.3.8.$WCREV$")]
    5050  internal class HeuristicLabOptimizerApplication : ApplicationBase {
    5151    public override void Run(ICommandLineArgument[] args) {
Note: See TracChangeset for help on using the changeset viewer.