Skip to content

Commit

Permalink
bump raspbian package version to 0.7-0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOgorchock committed Apr 8, 2019
1 parent 992b440 commit 6fc69ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildDeb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ toolchain_file=Toolchain-rpi.cmake
build_target=rpi
web_config=webpage/config_rpi.json
install_root=$HOME/programming/git/cross-OmniThing/deb/omnithing
package_version="0.6-0"
package_version="0.7-0"

cmake . -DCMAKE_TOOLCHAIN_FILE="$toolchain_file" -DRPI_TOOLS="$rpi_tools" -DBUILD_TARGET="$build_target" \
-DWEB_CONFIG="$web_config" -DINSTALL_ROOT="$install_root" || exit
Expand Down

0 comments on commit 6fc69ec

Please sign in to comment.