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:
parent
b838abda59
commit
adc94141a4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user