Skip to content

Commit

Permalink
Updated version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kukiela committed Feb 28, 2023
1 parent 3d5ad6f commit 049fc02
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/board/rootfs_overlay/etc/init.d/S99hello.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "|_ _| | | | _ \|_ _| \ | |/ ___| | _ \|_ _| |_ \ "
echo " | | | | | | |_) || || \| | | _ | |_) || | ) | "
echo " | | | |_| | _ < | || |\ | |_| | | _ / | | / / "
echo " |_| \___/|_| \_|___|_| \_|\____| |_| |___| |___| "
echo "Community Updates by DhanOS, version: 0.1.0-wip"
echo "Community Updates by DhanOS, version: 0.1.0"

bmc &
mount /dev/mmcblk0p1 /mnt/sdcard/
Expand Down
2 changes: 1 addition & 1 deletion bmc4tpi/swupdate/genSWU.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
CONTAINER_VER="0.1.0-wip"
CONTAINER_VER="0.1.0"
PRODUCT_NAME="turing_pi2_ce"
FILES="sw-description rootfs.ubifs env0.fex env1.fex"
for i in $FILES;do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "|_ _| | | | _ \|_ _| \ | |/ ___| | _ \|_ _| |_ \ "
echo " | | | | | | |_) || || \| | | _ | |_) || | ) | "
echo " | | | |_| | _ < | || |\ | |_| | | _ / | | / / "
echo " |_| \___/|_| \_|___|_| \_|\____| |_| |___| |___| "
echo "Community Updates by DhanOS, version: 0.1.0-wip"
echo "Community Updates by DhanOS, version: 0.1.0"

bmc &
mount /dev/mmcblk0p1 /mnt/sdcard/
Expand Down
2 changes: 1 addition & 1 deletion mkfw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

date=`date +%F`

version="0.1.0-wip"
version="0.1.0"

if [ ! -d "build/${date}" ];then
echo "mkdir build/${date}"
Expand Down

0 comments on commit 049fc02

Please sign in to comment.