Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/31/19 01:48:40 (5 years ago)
Author:
swagner
Message:

#2875: Incremented plugin and assembly file versions

Location:
trunk/HeuristicLab.Problems.PTSP/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Problems.PTSP/3.3/Plugin.cs.frame

    r17180 r17184  
    2323
    2424namespace HeuristicLab.Problems.PTSP {
    25   [Plugin("HeuristicLab.Problems.PTSP", "Provides an implementation of the probabilistic traveling salesman problem (PTSP)", "3.3.15.$WCREV$")]
     25  [Plugin("HeuristicLab.Problems.PTSP", "Provides an implementation of the probabilistic traveling salesman problem (PTSP)", "3.3.16.$WCREV$")]
    2626  [PluginFile("HeuristicLab.Problems.PTSP-3.3.dll", PluginFileType.Assembly)]
    2727  [PluginDependency("HeuristicLab.Analysis", "3.3")]
  • trunk/HeuristicLab.Problems.PTSP/3.3/Properties/AssemblyInfo.cs.frame

    r17180 r17184  
    3434// [assembly: AssemblyVersion("1.0.*")]
    3535[assembly: AssemblyVersion("3.3.0.0")]
    36 [assembly: AssemblyFileVersion("3.3.15.$WCREV$")]
     36[assembly: AssemblyFileVersion("3.3.16.$WCREV$")]
Note: See TracChangeset for help on using the changeset viewer.