Changeset 13316 for stable/HeuristicLab.Problems.GeneticProgramming
- Timestamp:
- 11/20/15 12:42:08 (9 years ago)
- Location:
- stable/HeuristicLab.Problems.GeneticProgramming/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified stable/HeuristicLab.Problems.GeneticProgramming/3.3/Plugin.cs.frame ¶
r13312 r13316 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. 0.$WCREV$")]29 [Plugin("HeuristicLab.Problems.GeneticProgramming","Provides implementations for genetic programming problems such as the artificial ant problem.", "3.3.13.$WCREV$")] 30 30 [PluginFile("HeuristicLab.Problems.GeneticProgramming-3.3.dll", PluginFileType.Assembly)] 31 31 [PluginFile("Robocode/robocode.zip", PluginFileType.Data)] -
TabularUnified stable/HeuristicLab.Problems.GeneticProgramming/3.3/Properties/AssemblyInfo.cs.frame ¶
r12911 r13316 53 53 // by using the '*' as shown below: 54 54 [assembly: AssemblyVersion("3.3.0.0")] 55 [assembly: AssemblyFileVersion("3.3. 0.$WCREV$")]55 [assembly: AssemblyFileVersion("3.3.13.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.