Skip to content

Commit

Permalink
Bump version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 2, 2022
1 parent caff035 commit 2e53a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ if (-not (TryCall('git rev-parse --git-dir 2>&1 | Out-Null'))) {
$ver_full = "_T(`"$ver ($hash)$ver_full`")"

$version_info += "#define VER_HASH L`"$hash`"`n"
$version_info += "#define VER_NUM 1,0,5,$ver`n"
$version_info += "#define VER_STR `"1.0.5.$ver`"`n"
$version_info += "#define VER_NUM 1,0,6,$ver`n"
$version_info += "#define VER_STR `"1.0.6.$ver`"`n"

if ($null -ne $branch) {
Write-Output "On branch: $branch"
Expand Down

0 comments on commit 2e53a1c

Please sign in to comment.