fix: correct version in CMakeLists, update CI for zlib

This commit is contained in:
2026-03-27 15:06:11 +08:00
parent a0ba7c1d17
commit 6e2f40633e
3 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.16)
project(pineapple-pictures VERSION 1.3.0) # don't forget to update NEWS file and AppStream metadata.
project(pineapple-pictures VERSION 1.4.0) # don't forget to update NEWS file and AppStream metadata.
include(GNUInstallDirs)
include(FeatureSummary)