Changeset 12751 for stable/HeuristicLab.Problems.GrammaticalEvolution
- Timestamp:
- 07/12/15 17:10:05 (9 years ago)
- Location:
- stable/HeuristicLab.Problems.GrammaticalEvolution/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/HeuristicLab.Problems.GrammaticalEvolution/3.3/Plugin.cs.frame
r12009 r12751 26 26 27 27 namespace HeuristicLab.Problems.GrammaticalEvolution { 28 [Plugin("HeuristicLab.Problems.GrammaticalEvolution","Provides classes for grammatical evolution.", "3.3.1 1.$WCREV$")]28 [Plugin("HeuristicLab.Problems.GrammaticalEvolution","Provides classes for grammatical evolution.", "3.3.12.$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
r12009 r12751 54 54 // by using the '*' as shown below: 55 55 [assembly: AssemblyVersion("3.3.0.0")] 56 [assembly: AssemblyFileVersion("3.3.1 1.$WCREV$")]56 [assembly: AssemblyFileVersion("3.3.12.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.