2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2024-12-26 14:45:34 +03:00

appversion.sh: remove dev postfix

This commit is contained in:
s1lentq 2022-07-03 04:21:57 +07:00
parent b838abda59
commit adc94141a4

View File

@ -108,7 +108,7 @@ init()
MODIFIED=+m MODIFIED=+m
fi 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 # Update appversion.h if version has changed or modifications/mixed revisions detected
if [ "$NEW_VERSION" != "$OLD_VERSION" ]; then if [ "$NEW_VERSION" != "$OLD_VERSION" ]; then