diff --git a/commitVersions.sh b/commitVersions.sh new file mode 100644 index 000000000..a3cbc5f44 --- /dev/null +++ b/commitVersions.sh @@ -0,0 +1,15 @@ +sh updateSvnVersion.sh + +cd slsDetectorGui +git commit -a -m "updating versions" +git push origin developer:developer + +cd ../slsDetectorSoftware +git commit -a -m "updating versions" +git push origin developer:developer + +cd ../slsReceiverSoftware +git commit -a -m "updating versions" +git push origin developer:developer + +cd ..