Changeset 17186 for stable/HeuristicLab.Problems.GeneticProgramming
- Timestamp:
- 07/31/19 02:07:17 (5 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk merged: 17182-17185
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.GeneticProgramming/3.3/Plugin.cs.frame
r17181 r17186 27 27 28 28 namespace HeuristicLab.Problems.GeneticProgramming { 29 [Plugin("HeuristicLab.Problems.GeneticProgramming","Provides implementations for genetic programming problems such as the artificial ant problem.", "3.3.1 5.$WCREV$")]29 [Plugin("HeuristicLab.Problems.GeneticProgramming","Provides implementations for genetic programming problems such as the artificial ant problem.", "3.3.16.$WCREV$")] 30 30 [PluginFile("HeuristicLab.Problems.GeneticProgramming-3.3.dll", PluginFileType.Assembly)] 31 31 [PluginFile("Robocode/robocode.zip", PluginFileType.Data)] -
stable/HeuristicLab.Problems.GeneticProgramming/3.3/Properties/AssemblyInfo.cs.frame
r17181 r17186 53 53 // by using the '*' as shown below: 54 54 [assembly: AssemblyVersion("3.3.0.0")] 55 [assembly: AssemblyFileVersion("3.3.1 5.$WCREV$")]55 [assembly: AssemblyFileVersion("3.3.16.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.