diff --git a/CURRENT_VERSION.txt b/CURRENT_VERSION.txt index 8b13789..fe16b34 100644 --- a/CURRENT_VERSION.txt +++ b/CURRENT_VERSION.txt @@ -1 +1 @@ - +2.5.4 diff --git a/Makefile b/Makefile index 80e688f..ebe2e6b 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,8 @@ generate_cve: git commit -m "Generate CVE list at $(shell date --iso=seconds)" generate_version_file: - grep "# mysqltuner.pl - Version" ./mysqltuner.pl | awk '{ print $NF}' > CURRENT_VERSION.txt + rm -f CURRENT_VERSION.txt + grep "# mysqltuner.pl - Version" ./mysqltuner.pl | awk '{ print $$NF}' > CURRENT_VERSION.txt generate_features: perl ./build/genFeatures.sh