Files
jellyfin-jellyfin-1/SharedVersion.cs

8 lines
133 B
C#
Raw Normal View History

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