From c7bf4b0474c613f81e3724043386373d7bc7d2a3 Mon Sep 17 00:00:00 2001 From: Arnavion Date: Fri, 27 Dec 2013 12:05:07 -0800 Subject: Replaced use of T4 templates with PS-based templates. TextTransform.exe is not available with Express versions of Visual Studio. --- win32/version.txt.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/version.txt.tt') diff --git a/win32/version.txt.tt b/win32/version.txt.tt index 64e50010..778db65c 100644 --- a/win32/version.txt.tt +++ b/win32/version.txt.tt @@ -1 +1 @@ -<#@ include file="..\version.include.tt" #><#= string.Join(".", versionParts) #> \ No newline at end of file +<#= [string]::Join('.', $versionParts) #> \ No newline at end of file -- cgit 1.4.1