jellyfin/SharedVersion.cs

8 lines
133 B
C#
Raw Normal View History

2013-02-22 08:17:50 +01:00
using System.Reflection;
2014-10-10 00:22:04 +02:00
#if (DEBUG)
2013-02-22 08:17:50 +01:00
[assembly: AssemblyVersion("3.0.*")]
2014-10-10 00:22:04 +02:00
#else
[assembly: AssemblyVersion("3.0.5395.0")]
#endif