From 21bb13d43ccd8fd45811c52a78f463cbc6e2c44c Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 2 Mar 2025 21:31:25 +0100 Subject: [PATCH] change package version --- package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.sh b/package.sh index dcbe07897..efe498e3a 100755 --- a/package.sh +++ b/package.sh @@ -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.6.2-$(date -d '+1 hour' +'%m-%d-%Y--%H-%M-%S')-${VER2}" +VERSION="2.6.3-$(date -d '+1 hour' +'%m-%d-%Y--%H-%M-%S')-${VER2}" ls -a ${TMPDIR}/usr/local/bin echo "going into packaging stage"