Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 791b389
Author: joaquin.f.fernandez <joaquin.f.fernandez@gmail.com>
Date:   Fri Sep 30 14:19:47 2022 -0300

    Update deb control package version.
  • Loading branch information
joaquinffernandez committed Sep 30, 2022
1 parent f5bcfaf commit dc6adbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ mkdir ./tmp_deb/opt/qss-solver/build
mkdir ./tmp_deb/opt/qss-solver/output
mkdir ./tmp_deb/opt/qss-solver/lib/

cat ./tmp_deb/DEBIAN/control.amd64 | awk -v VERSION="$VER" '{ if(index($0,"Version: ")>=1) print "Version: " VERSION ; else print $0;}' > ./tmp_deb/DEBIAN/control
cat ./tmp_deb/DEBIAN/control.amd64 | awk -v VERSION="$VER" '{ if(index($0,"Version:")>=1) print "Version: " VERSION ; else print $0;}' > ./tmp_deb/DEBIAN/control
rm ./tmp_deb/DEBIAN/control.amd64;

cp deploy/linux/version ./tmp_deb/opt/qss-solver/
Expand Down

0 comments on commit dc6adbe

Please sign in to comment.