Files
tgstation-server/Version.cs
T
2017-09-24 13:40:16 -04:00

18 lines
558 B
C#

using System.Reflection;
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
//It's impossible to make these a define, don't say I didn't warn you
[assembly: AssemblyVersion("3.1.0.3")]
[assembly: AssemblyFileVersion("3.1.0.3")]
[assembly: AssemblyInformationalVersion("3.1.0.3")]