Skip to content

Commit

Permalink
change version to alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Sep 30, 2023
1 parent 4a20933 commit fd41b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ elif [[ "${PACKAGE_ARCH}" = "arm64" ]]; then
cp rock_qt_eglfs_kms_config.json /tmp/qopenhd/usr/local/share/qopenhd/ || exit 1
fi

VERSION="2.5-evo-$(date '+%Y%m%d%H%M')-${VER2}"
VERSION="2.5.1-evo-alpha-$(date '+%Y%m%d%H%M')-${VER2}"

rm ${PACKAGE_NAME}_${VERSION}_${PACKAGE_ARCH}.deb > /dev/null 2>&1
ls -a
Expand Down
2 changes: 1 addition & 1 deletion qml/ui/configpopup/status/QOpenHDVersionCard.qml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Card {
id: title
height: 48
color: "#ff3a3a3a"
text: qsTr("QOpenHD-evo-2.5.0-beta4X")
text: qsTr("QOpenHD-evo-2.5.1-alpha")
font.pixelSize: 36
}
}
Expand Down

0 comments on commit fd41b0a

Please sign in to comment.