Changeset 14190 for stable/HeuristicLab.Problems.GrammaticalEvolution
- Timestamp:
- 07/23/16 00:33:48 (8 years ago)
- Location:
- stable/HeuristicLab.Problems.GrammaticalEvolution
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/HeuristicLab.Problems.GrammaticalEvolution/3.3/Plugin.cs.frame
r14186 r14190 26 26 27 27 namespace HeuristicLab.Problems.GrammaticalEvolution { 28 [Plugin("HeuristicLab.Problems.GrammaticalEvolution","Provides classes for grammatical evolution.", "3.3.1 3.$WCREV$")]28 [Plugin("HeuristicLab.Problems.GrammaticalEvolution","Provides classes for grammatical evolution.", "3.3.14.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Problems.GrammaticalEvolution-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] -
stable/HeuristicLab.Problems.GrammaticalEvolution/3.3/Properties/AssemblyInfo.cs.frame
r14186 r14190 54 54 // by using the '*' as shown below: 55 55 [assembly: AssemblyVersion("3.3.0.0")] 56 [assembly: AssemblyFileVersion("3.3.1 3.$WCREV$")]56 [assembly: AssemblyFileVersion("3.3.14.$WCREV$")] -
stable/HeuristicLab.Problems.GrammaticalEvolution/3.4/Plugin.cs.frame
r14186 r14190 26 26 27 27 namespace HeuristicLab.Problems.GrammaticalEvolution { 28 [Plugin("HeuristicLab.Problems.GrammaticalEvolution","Provides classes for grammatical evolution.", "3.4. 1.$WCREV$")]28 [Plugin("HeuristicLab.Problems.GrammaticalEvolution","Provides classes for grammatical evolution.", "3.4.2.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Problems.GrammaticalEvolution-3.4.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] -
stable/HeuristicLab.Problems.GrammaticalEvolution/3.4/Properties/AssemblyInfo.cs.frame
r14186 r14190 54 54 // by using the '*' as shown below: 55 55 [assembly: AssemblyVersion("3.4.0.0")] 56 [assembly: AssemblyFileVersion("3.4. 1.$WCREV$")]56 [assembly: AssemblyFileVersion("3.4.2.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.