Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/05/08 13:03:22 (16 years ago)
Author:
gkronber
Message:

added automatic updating of revision number (ticket #231)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Stopwatch/Properties/AssemblyInfo.frame

    r446 r447  
    22using System.Runtime.CompilerServices;
    33using System.Runtime.InteropServices;
     4using HeuristicLab.PluginInfrastructure;
    45
    56// General Information about an assembly is controlled through the following
     
    3334// by using the '*' as shown below:
    3435// [assembly: AssemblyVersion("1.0.*")]
    35 [assembly: AssemblyVersion("3.0.0.0")]
    36 [assembly: AssemblyFileVersion("3.0.0.0")]
     36[assembly: AssemblyVersion("3.0.0.$WCREV$")]
     37[assembly: AssemblyFileVersion("3.0.0.$WCREV$")]
     38[assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset for help on using the changeset viewer.