Changeset 14190 for stable/HeuristicLab.Algorithms.ScatterSearch
- Timestamp:
- 07/23/16 00:33:48 (8 years ago)
- Location:
- stable/HeuristicLab.Algorithms.ScatterSearch/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/HeuristicLab.Algorithms.ScatterSearch/3.3/Plugin.cs.frame
r14186 r14190 26 26 /// Plugin class for HeuristicLab.Algorithms.ScatterSearch plugin. 27 27 /// </summary> 28 [Plugin("HeuristicLab.Algorithms.ScatterSearch", "3.3.1 3.$WCREV$")]28 [Plugin("HeuristicLab.Algorithms.ScatterSearch", "3.3.14.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Algorithms.ScatterSearch-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] -
stable/HeuristicLab.Algorithms.ScatterSearch/3.3/Properties/AssemblyInfo.cs.frame
r14186 r14190 53 53 // by using the '*' as shown below: 54 54 [assembly: AssemblyVersion("3.3.0.0")] 55 [assembly: AssemblyFileVersion("3.3.1 3.$WCREV$")]55 [assembly: AssemblyFileVersion("3.3.14.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.