Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/11/13 16:00:43 (11 years ago)
Author:
swagner
Message:

#2049: Incremented versions

Location:
stable/HeuristicLab.Algorithms.NSGA2/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable/HeuristicLab.Algorithms.NSGA2/3.3/Plugin.cs.frame

    r9462 r10032  
    2323
    2424namespace HeuristicLab.Algorithms.NSGA2 {
    25   [Plugin("HeuristicLab.Algorithms.NSGA2", "Provides the non-dominated sorting genetic algorithm (NSGA-II) as described in Deb et al. 2002. A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II. IEEE Transactions on Evolutionary Computation, 6(2), pp. 182-197.", "3.3.8.$WCREV$")]
     25  [Plugin("HeuristicLab.Algorithms.NSGA2", "Provides the non-dominated sorting genetic algorithm (NSGA-II) as described in Deb et al. 2002. A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II. IEEE Transactions on Evolutionary Computation, 6(2), pp. 182-197.", "3.3.9.$WCREV$")]
    2626  [PluginFile("HeuristicLab.Algorithms.NSGA2-3.3.dll", PluginFileType.Assembly)]
    2727  [PluginDependency("HeuristicLab.Analysis", "3.3")]
  • stable/HeuristicLab.Algorithms.NSGA2/3.3/Properties/AssemblyInfo.cs.frame

    r9462 r10032  
    3434// [assembly: AssemblyVersion("1.0.*")]
    3535[assembly: AssemblyVersion("3.3.0.0")]
    36 [assembly: AssemblyFileVersion("3.3.8.$WCREV$")]
     36[assembly: AssemblyFileVersion("3.3.9.$WCREV$")]
Note: See TracChangeset for help on using the changeset viewer.