aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtvstools/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtvstools/Properties/AssemblyInfo.cs')
-rw-r--r--src/qtvstools/Properties/AssemblyInfo.cs10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/qtvstools/Properties/AssemblyInfo.cs b/src/qtvstools/Properties/AssemblyInfo.cs
index b248205a..e2b10031 100644
--- a/src/qtvstools/Properties/AssemblyInfo.cs
+++ b/src/qtvstools/Properties/AssemblyInfo.cs
@@ -24,7 +24,11 @@
**
** $QT_END_LICENSE$
**
-****************************************************************************/
+****************************************************************************
+<#@output extension="tt.cs" #>
+<#@include file="$(SolutionDir)\version.tt" #>
+** <#=WARNING_GENERATED_FILE#>
+***************************************************************************/
using System.Reflection;
using System.Runtime.InteropServices;
@@ -59,5 +63,5 @@ using System.Runtime.InteropServices;
// 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.*")]
-[assembly: AssemblyVersion("2.2.1.0")]
-[assembly: AssemblyFileVersion("2.2.1.0")]
+[assembly: AssemblyVersion("<#=QT_VS_TOOLS_VERSION_ASSEMBLY#>")]
+[assembly: AssemblyFileVersion("<#=QT_VS_TOOLS_VERSION_ASSEMBLY_FILE#>")]