Skip to content

Commit

Permalink
Bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 20, 2020
1 parent 59d8079 commit 491e18f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ fi
ver_full="_T(\"$ver ($hash)$ver_full\")"

version_info+="#define VER_HASH L\"$hash\""$'\n'
version_info+="#define VER_NUM 1,0,3,$ver"$'\n'
version_info+="#define VER_STR \"1.0.3.$ver\""
version_info+="#define VER_NUM 1,0,4,$ver"$'\n'
version_info+="#define VER_STR \"1.0.4.$ver\""

if [[ "$branch" ]]; then
echo "On branch: $branch"
Expand Down

0 comments on commit 491e18f

Please sign in to comment.