Bump the version number in CMakeLists.txt

Added in d259e347e6e3a630acfc1a811709ca05e5d3b92e (#4259)

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/scripts/bump_version.sh b/scripts/bump_version.sh
index 56270e7..d139251 100755
--- a/scripts/bump_version.sh
+++ b/scripts/bump_version.sh
@@ -81,6 +81,10 @@
   exit 1
 fi
 
+[ $VERBOSE ] && echo "Bumping VERSION in CMakeLists.txt"
+sed -e "s/ VERSION [0-9.]\{1,\}/ VERSION $VERSION/g" < CMakeLists.txt > tmp
+mv tmp CMakeLists.txt
+
 [ $VERBOSE ] && echo "Bumping VERSION in library/CMakeLists.txt"
 sed -e "s/ VERSION [0-9.]\{1,\}/ VERSION $VERSION/g" < library/CMakeLists.txt > tmp
 mv tmp library/CMakeLists.txt