Changeset 12008 for stable/HeuristicLab.Problems.ArtificialAnt.Views/3.4
- Timestamp:
- 02/13/15 17:30:00 (10 years ago)
- Location:
- stable/HeuristicLab.Problems.ArtificialAnt.Views/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/HeuristicLab.Problems.ArtificialAnt.Views/3.4/Plugin.cs.frame
r11173 r12008 26 26 27 27 namespace HeuristicLab.Problems.ArtificialAnt.Views { 28 [Plugin("HeuristicLab.Problems.ArtificialAnt.Views","Provides views for the artificial ant problem.", "3.4. 6.$WCREV$")]28 [Plugin("HeuristicLab.Problems.ArtificialAnt.Views","Provides views for the artificial ant problem.", "3.4.7.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Problems.ArtificialAnt.Views-3.4.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Core", "3.3")] -
stable/HeuristicLab.Problems.ArtificialAnt.Views/3.4/Properties/AssemblyInfo.cs.frame
r11173 r12008 53 53 // by using the '*' as shown below: 54 54 [assembly: AssemblyVersion("3.4.0.0")] 55 [assembly: AssemblyFileVersion("3.4. 6.$WCREV$")]55 [assembly: AssemblyFileVersion("3.4.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.