Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Fix date in tag script. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Apr 5, 2019
1 parent b44c52b commit 559b81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tag.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
. functions.sh
VERSION=$(get_git_date folder=$folder).$MINOR.$PATCH
VERSION=$(get_git_date folder=ffmpeg).$MINOR.$PATCH
echo "Tagging version $VERSION"
git tag -a -m "Tagging version $VERSION" $VERSION

0 comments on commit 559b81b

Please sign in to comment.