Changeset 17184 for trunk/HeuristicLab.Problems.GeneticProgramming
- Timestamp:
- 07/31/19 01:48:40 (6 years ago)
- Location:
- trunk/HeuristicLab.Problems.GeneticProgramming/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.GeneticProgramming/3.3/Plugin.cs.frame
r17180 r17184 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)] -
trunk/HeuristicLab.Problems.GeneticProgramming/3.3/Properties/AssemblyInfo.cs.frame
r17180 r17184 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.