SparkleShare/SparkleLib/AssemblyInfo.cs.in
Bertrand Lorentz 3e74ff0f7a [build] Add a variable for the assembly version number
Assembly version numbers can only have numbers and dots, so we need to
differentiate those from the package version, which can be something
like "0.2-alpha1".
We just need to make sure both values are updated when appropriate.
2010-08-03 10:40:10 +02:00

12 lines
234 B
C#

/*
* AssemblyInfo.cs
*
* This is free software. See COPYING for details.
*/
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly: AssemblyVersion("@ASM_VERSION@")]
[assembly: AssemblyTitle ("SparkleShare")]