version_utils.sh: Fix getting current version

This commit is contained in:
Jonathan G Rennison
2020-07-12 12:59:24 +01:00
parent 6d1535b902
commit dbdab67cda
3 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ steps:
fi
# Generate .ottdrev, which contains the version information
cmake -DGENERATE_OTTDREV=1 -P cmake/scripts/FindVersion.cmake
cmake -DGENERATE_OTTDREV=.ottdrev -P cmake/scripts/FindVersion.cmake
./azure-pipelines/changelog.sh > .changelog
TZ='UTC' date +"%Y-%m-%d %H:%M UTC" > .release_date