Changeset 6548 for trunk/sources/HeuristicLab.PluginInfrastructure
- Timestamp:
- 07/08/11 02:59:18 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Properties/AssemblyInfo.frame
r6434 r6548 56 56 // 57 57 [assembly: AssemblyVersion("3.3.0.0")] 58 [assembly: AssemblyFileVersion("3.3. 4.$WCREV$")]58 [assembly: AssemblyFileVersion("3.3.5.$WCREV$")] -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Tests/Properties/AssemblyInfo.cs
r6434 r6548 21 21 22 22 using System.Reflection; 23 using System.Runtime.CompilerServices;24 23 using System.Runtime.InteropServices; 25 24 … … 53 52 // You can specify all the values or you can default the Build and Revision Numbers 54 53 // by using the '*' as shown below: 55 [assembly: AssemblyVersion("3.3. 4.0")]56 [assembly: AssemblyFileVersion("3.3. 4.0")]54 [assembly: AssemblyVersion("3.3.0.0")] 55 [assembly: AssemblyFileVersion("3.3.5.0")]
Note: See TracChangeset
for help on using the changeset viewer.