Free cookie consent management tool by TermsFeed Policy Generator

Changeset 14743


Ignore:
Timestamp:
03/10/17 12:48:23 (7 years ago)
Author:
jschiess
Message:

#1836 SA reheating strategies: Changed plugin version to 3.4

Location:
branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4
Files:
1 added
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/Plugin.cs

    r14406 r14743  
    2626  /// Plugin class for HeuristicLab.Algorithms.SimulatedAnnealing plugin.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Algorithms.SimulatedAnnealing", "3.3.14.14195")]
    29   [PluginFile("HeuristicLab.Algorithms.SimulatedAnnealing-3.3.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Algorithms.SimulatedAnnealing", "3.4.14.14195")]
     29  [PluginFile("HeuristicLab.Algorithms.SimulatedAnnealing-3.4.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Analysis", "3.3")]
    3131  [PluginDependency("HeuristicLab.Collections", "3.3")]
  • branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/Plugin.cs.frame

    r14406 r14743  
    2626  /// Plugin class for HeuristicLab.Algorithms.SimulatedAnnealing plugin.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Algorithms.SimulatedAnnealing", "3.3.14.$WCREV$")]
    29   [PluginFile("HeuristicLab.Algorithms.SimulatedAnnealing-3.3.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Algorithms.SimulatedAnnealing", "3.4.14.$WCREV$")]
     29  [PluginFile("HeuristicLab.Algorithms.SimulatedAnnealing-3.4.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Analysis", "3.3")]
    3131  [PluginDependency("HeuristicLab.Collections", "3.3")]
  • branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/Properties/AssemblyInfo.cs

    r14406 r14743  
    5252// You can specify all the values or you can default the Build and Revision Numbers
    5353// by using the '*' as shown below:
    54 [assembly: AssemblyVersion("3.3.0.0")]
    55 [assembly: AssemblyFileVersion("3.3.14.14195")]
     54[assembly: AssemblyVersion("3.4.0.0")]
     55[assembly: AssemblyFileVersion("3.4.14.14195")]
  • branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/Properties/AssemblyInfo.cs.frame

    r14406 r14743  
    5252// You can specify all the values or you can default the Build and Revision Numbers
    5353// by using the '*' as shown below:
    54 [assembly: AssemblyVersion("3.3.0.0")]
    55 [assembly: AssemblyFileVersion("3.3.14.$WCREV$")]
     54[assembly: AssemblyVersion("3.4.0.0")]
     55[assembly: AssemblyFileVersion("3.4.14.$WCREV$")]
Note: See TracChangeset for help on using the changeset viewer.