From 248a64ac8717f9466993600c4d360c52ed5f6f8b Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Wed, 17 Apr 2024 17:32:49 +0200 Subject: [PATCH] Updated the example version string in update_version_string.sh --- tools/update_version_string.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/update_version_string.sh b/tools/update_version_string.sh index fa4f89627..6776085bf 100755 --- a/tools/update_version_string.sh +++ b/tools/update_version_string.sh @@ -10,7 +10,7 @@ # The script has to be run from within the tools directory. # # Example use: -# ./update_version_string.sh 2 1 0 beta +# ./update_version_string.sh 3 0 2 beta # # The following files are updated by this script: # es-app/CMakeLists.txt @@ -29,7 +29,7 @@ fi if [ $# -ne 3 ] && [ $# -ne 4 ]; then echo "Usage: ./update_version_string.sh []" echo "For example:" - echo "./update_version_string.sh 2 0 0 beta" + echo "./update_version_string.sh 3 0 2 beta" exit fi