Skip to content

Commit

Permalink
Merge pull request #413 from flying-elephant/git-version-gen-modifica…
Browse files Browse the repository at this point in the history
…tion

git-version-gen: modify "TAG_PREFIX" content
  • Loading branch information
Pinglinux authored Feb 28, 2024
2 parents 1a29752 + 7ada989 commit 5c97652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-version-gen
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DIRECTORY=$(basename "$(dirname "$(readlink -mn "$0")")")
DEF_VER="$DIRECTORY"
TAG_PREFIX="input-wacom-"
TAG_PREFIX="v"
LF='
'

Expand Down

0 comments on commit 5c97652

Please sign in to comment.