Changeset 12008 for stable/HeuristicLab.DataPreprocessing
- Timestamp:
- 02/13/15 17:30:00 (10 years ago)
- Location:
- stable/HeuristicLab.DataPreprocessing/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/HeuristicLab.DataPreprocessing/3.4/Plugin.cs.frame
r11170 r12008 26 26 /// Plugin class for HeuristicLab.Data plugin. 27 27 /// </summary> 28 [Plugin("HeuristicLab.DataPreprocessing", "3.4. 0.$WCREV$")]28 [Plugin("HeuristicLab.DataPreprocessing", "3.4.1.$WCREV$")] 29 29 [PluginFile("HeuristicLab.DataPreprocessing-3.4.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] -
stable/HeuristicLab.DataPreprocessing/3.4/Properties/AssemblyInfo.cs.frame
r10925 r12008 33 33 // by using the '*' as shown below: 34 34 [assembly: AssemblyVersion("3.4.0.0")] 35 [assembly: AssemblyFileVersion("3.4. 0.$WCREV$")]35 [assembly: AssemblyFileVersion("3.4.1.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.