Skip to content

Commit 0a73ff6

Browse files
committed
Release 0.3.0 Windows PowerShell compatibility
1 parent a299ec4 commit 0a73ff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/delphi-dccbuild.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ $ExitRootDirError = 3
131131
$ExitProjectNotFound = 4
132132
$ExitBuildFailed = 5
133133

134-
$script:Version = '0.2.0'
134+
$script:Version = '0.3.0'
135135

136136
# Platform -> DCC compiler base-name map.
137137
# Mirrors the CompilerMap in delphi-inspect.ps1; kept local so this script

0 commit comments

Comments
 (0)