Skip to content

Commit

Permalink
Update version to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 26, 2023
1 parent f0ae672 commit 9293940
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,7,$ver`n"
$version_info += "#define VER_STR `"1.0.7.$ver`"`n"
$version_info += "#define VER_NUM 1,0,8,$ver`n"
$version_info += "#define VER_STR `"1.0.8.$ver`"`n"

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

0 comments on commit 9293940

Please sign in to comment.