Parcourir la source

Correct bug in version_set script

Leo il y a 9 ans
Parent
commit
70db3611fe
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      version_set.sh

+ 1 - 1
version_set.sh

@@ -11,7 +11,7 @@ new_version=$1
 
 
 
 
 # Print what will be done
 # Print what will be done
-echo "Put" $new_version "instead of" $new_version
+echo "Put" $new_version "instead of" $current_version
 
 
 # Replace in the 4 files : VERSION, _oasis, src/oclaunch.ml, opam
 # Replace in the 4 files : VERSION, _oasis, src/oclaunch.ml, opam
 echo $new_version > VERSION
 echo $new_version > VERSION