Changeset 14195 for trunk/sources/HeuristicLab.Common/3.3
- Timestamp:
- 07/23/16 02:52:17 (8 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
-
trunk/sources/HeuristicLab.Common/3.3/Plugin.cs.frame
r14185 r14195 29 29 /// Plugin class for HeuristicLab.Common plugin. 30 30 /// </summary> 31 [Plugin("HeuristicLab.Common", "3.3.1 3.$WCREV$")]31 [Plugin("HeuristicLab.Common", "3.3.14.$WCREV$")] 32 32 [PluginFile("HeuristicLab.Common-3.3.dll", PluginFileType.Assembly)] 33 33 public class HeuristicLabCommonPlugin : PluginBase { -
trunk/sources/HeuristicLab.Common/3.3/Properties/AssemblyInfo.cs.frame
r14185 r14195 54 54 // by using the '*' as shown below: 55 55 [assembly: AssemblyVersion("3.3.0.0")] 56 [assembly: AssemblyFileVersion("3.3.1 3.$WCREV$")]56 [assembly: AssemblyFileVersion("3.3.14.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.