8 lines
167 B
C#
8 lines
167 B
C#
using System.Reflection;
|
|
|
|
// DON'T EDIT
|
|
// Will be replaced by Tools/Build/build.py
|
|
[assembly: AssemblyVersion("3.0.0.0")]
|
|
[assembly: AssemblyFileVersion("3.0.0.0")]
|
|
|