From 559b81be7f08320e292c93ac3a547221888cbf4d Mon Sep 17 00:00:00 2001 From: "Matthias C. M. Troffaes" Date: Fri, 5 Apr 2019 13:16:45 +0100 Subject: [PATCH] Fix date in tag script. [ci skip] --- tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag.sh b/tag.sh index 5c1f399..949e395 100755 --- a/tag.sh +++ b/tag.sh @@ -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