]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-backport.sh: set SCRIPT_VERSION using --update-version
authorNathan Cutler <ncutler@suse.com>
Mon, 7 Oct 2019 11:56:37 +0000 (13:56 +0200)
committerNathan Cutler <ncutler@suse.com>
Thu, 10 Oct 2019 12:22:28 +0000 (14:22 +0200)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
src/script/ceph-backport.sh

index da0ad6c8f31b4ed7eeec07625315937935d73dab..894e30d5b8aeae466c9e6629d4f92862544891ac 100755 (executable)
@@ -17,7 +17,7 @@
 #
 #
 
-SCRIPT_VERSION=
+SCRIPT_VERSION="15.0.0.5775"
 full_path="$0"
 this_script=$(basename "$full_path")
 how_to_get_setup_advice="For additional setup advice, run:  ${this_script} --setup-advice"