summary refs log tree commit diff stats
path: root/win32/version.txt.tt
diff options
context:
space:
mode:
Diffstat (limited to 'win32/version.txt.tt')
-rw-r--r--win32/version.txt.tt2
1 files changed, 1 insertions, 1 deletions
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