Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/28/11 19:00:35 (14 years ago)
Author:
gkronber
Message:

#1418 pulled external evaluation plugin to version 3.4

Location:
branches/DataAnalysis Refactoring/HeuristicLab.Problems.ExternalEvaluation.GP.Views/3.4
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.ExternalEvaluation.GP.Views/3.4/HeuristicLabProblemsExternalEvaluationGPViewsPlugin.cs.frame

    r5446 r5572  
    2727
    2828namespace HeuristicLab.Problems.ExternalEvaluation.GP.Views {
    29   [Plugin("HeuristicLab.Problems.ExternalEvaluation.GP.Views", "3.3.3.$WCREV$")]
    30   [PluginFile("HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3.dll", PluginFileType.Assembly)]
     29  [Plugin("HeuristicLab.Problems.ExternalEvaluation.GP.Views", "3.4.0.$WCREV$")]
     30  [PluginFile("HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.4.dll", PluginFileType.Assembly)]
    3131  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3232  [PluginDependency("HeuristicLab.Core", "3.3")]
     
    3535  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    3636  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    37   [PluginDependency("HeuristicLab.Problems.ExternalEvaluation.GP", "3.3")]
    38   [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.3")]
     37  [PluginDependency("HeuristicLab.Problems.ExternalEvaluation.GP", "3.4")]
     38  [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4")]
    3939  public class HeuristicLabProblemsExternalEvaluationGPViewsPlugin : PluginBase { }
    4040}
Note: See TracChangeset for help on using the changeset viewer.