Skip to content

Commit

Permalink
appversion.sh: remove dev postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Jul 2, 2022
1 parent b838abd commit adc9414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metamod/version/appversion.sh
Expand Up @@ -108,7 +108,7 @@ init()
MODIFIED=+m
fi

NEW_VERSION="$MAJOR.$MINOR.$MAINTENANCE.$COMMIT_COUNT-dev$MODIFIED"
NEW_VERSION="$MAJOR.$MINOR.$MAINTENANCE.$COMMIT_COUNT$MODIFIED"

# Update appversion.h if version has changed or modifications/mixed revisions detected
if [ "$NEW_VERSION" != "$OLD_VERSION" ]; then
Expand Down

0 comments on commit adc9414

Please sign in to comment.