From 9c14131b9af76c7d4212b0df71102454d36d538f Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Sat, 1 May 2010 04:20:11 -0500 Subject: [PATCH] MODSOFIA-71 for windows --- libs/win32/util.vbs | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/win32/util.vbs b/libs/win32/util.vbs index 395632bf47..ace3fd6998 100644 --- a/libs/win32/util.vbs +++ b/libs/win32/util.vbs @@ -344,6 +344,7 @@ Sub CreateVersion(tmpFolder, VersionDir, includebase, includedest) sLastVersion = sLastFile.ReadLine() End If sLastFile.Close + VERSION = Replace(VERSION, ":", "-") End If End If