Changeset 5446 for trunk/sources/HeuristicLab.Problems.TestFunctions
- Timestamp:
- 02/05/11 04:04:13 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.TestFunctions/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/HeuristicLabProblemsTestFunctionsPlugin.cs.frame
r5445 r5446 26 26 /// Plugin class for HeuristicLab.Problems.TestFunctions plugin 27 27 /// </summary> 28 [Plugin("HeuristicLab.Problems.TestFunctions", "3.3. 2.$WCREV$")]28 [Plugin("HeuristicLab.Problems.TestFunctions", "3.3.3.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Problems.TestFunctions-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Properties/AssemblyInfo.frame
r5445 r5446 53 53 // by using the '*' as shown below: 54 54 [assembly: AssemblyVersion("3.3.0.0")] 55 [assembly: AssemblyFileVersion("3.3. 2.$WCREV$")]55 [assembly: AssemblyFileVersion("3.3.3.$WCREV$")] -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Tests/Properties/AssemblyInfo.cs
r5445 r5446 32 32 // by using the '*' as shown below: 33 33 [assembly: AssemblyVersion("3.3.0.0")] 34 [assembly: AssemblyFileVersion("3.3. 2.0")]34 [assembly: AssemblyFileVersion("3.3.3.0")]
Note: See TracChangeset
for help on using the changeset viewer.