11 Commits

Author SHA1 Message Date
bd0587779e Fix packages
All checks were successful
Build and Deploy on Tag / 🔨 Build for PowerPC (push) Successful in 43s
Build and Deploy on Tag / 🔨 Build win32 and update the tap 🍺 (push) Successful in 1m24s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-x64:latest, x86_64-linux-gnu, amd64) (push) Successful in 2m23s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-riscv64:latest, riscv64-linux-gnu, riscv64) (push) Successful in 2m25s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-arm:latest, arm-linux-gnueabihf, arm7) (push) Successful in 2m28s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-arm64:latest, aarch64-linux-gnu, arm64) (push) Successful in 2m30s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-x86:latest, i386-linux-gnu, 386) (push) Successful in 1m7s
2026-06-20 01:26:26 -05:00
11b8df7a07 Fix packages 2026-06-20 01:22:41 -05:00
bc5821cbf0 Use my new toolchain, fix a bug on mac/freebsd
All checks were successful
Build and Deploy on Tag / 🔨 Build for PowerPC (push) Successful in 1m5s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-riscv64:latest, riscv64-linux-gnu, riscv64) (push) Successful in 2m29s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-x64:latest, x86_64-linux-gnu, amd64) (push) Successful in 2m32s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-arm:latest, arm-linux-gnueabihf, arm7) (push) Successful in 2m33s
Build and Deploy on Tag / 🔨 Build win32 and update the tap 🍺 (push) Successful in 1m30s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-arm64:latest, aarch64-linux-gnu, arm64) (push) Successful in 2m35s
Build and Deploy on Tag / 🔨 Build for everything else (git.tesses.org/tesses50/linux-x86:latest, i386-linux-gnu, 386) (push) Successful in 1m9s
2026-06-19 22:51:37 -05:00
7de2a616ad Merge remote-tracking branch 'refs/remotes/origin/development' into development 2026-06-19 22:50:11 -05:00
e1bcce016c Use my new toolchain, fix a bug on mac/freebsd 2026-06-19 22:45:08 -05:00
016b2b09ac Use my new toolchain, fix a bug on mac/freebsd 2026-06-19 22:43:20 -05:00
fcbbda498e Use my new toolchain, fix a bug on mac/freebsd 2026-06-19 22:42:52 -05:00
074d2c2975 Use my new toolchain, fix a bug on mac/freebsd 2026-06-19 22:42:52 -05:00
44527ebbb8 Use my new toolchain, fix a bug on mac/freebsd 2026-06-19 22:39:40 -05:00
5bd2735ad8 fix mbedtls and make it staticly linked to shared object when fetchcontent is enabled 2026-06-19 22:38:22 -05:00
8bdcc4ff1f Use my new toolchain, fix a bug on mac/freebsd 2026-06-19 22:38:13 -05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
set(TESSESFRAMEWORK_MAJOR_VERSION 0)
set(TESSESFRAMEWORK_MINOR_VERSION 0)
set(TESSESFRAMEWORK_PATCH_VERSION 6)
set(TESSESFRAMEWORK_PATCH_VERSION 6)

View File

@@ -36,13 +36,13 @@ version_schema: semver
# Version Epoch.
# A package with a higher version epoch will always be considered newer.
# See: https://www.debian.org/doc/debian-policy/ch-controlfields.html#epochs-should-be-used-sparingly
epoch: 1
#epoch: 1
# Version Prerelease.
# Default is extracted from `version` if it is semver compatible.
# This is appended to the `version`, e.g. `1.2.3+beta1`. If the `version` is
# semver compatible, then this replaces the prerelease component of the semver.
prerelease: alpha
#prerelease: alpha
# Version Metadata (previously deb.metadata).
# Default is extracted from `version` if it is semver compatible.