Changeset 11375 for branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/Plugin.cs.frame
- Timestamp:
- 09/17/14 12:52:47 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/Plugin.cs.frame
r9706 r11375 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 23 23 24 24 namespace HeuristicLab.Analysis.Statistics { 25 [Plugin("HeuristicLab.Analysis.Statistics", "Provides statistical tools for analyzing runs.", "3.3. 7.$WCREV$")]25 [Plugin("HeuristicLab.Analysis.Statistics", "Provides statistical tools for analyzing runs.", "3.3.10.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Analysis.Statistics-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Collections", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.