Bump version number to 1.12.0

This commit is contained in:
ogoffart 2025-04-30 13:27:50 +00:00
parent 8f68ededcf
commit e0099ea500
52 changed files with 71 additions and 71 deletions

View file

@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.21)
# Select C++ and C as languages, as Corrosion needs ${CMAKE_C_COMPILER}
# for linking
project(Slint HOMEPAGE_URL "https://slint.dev/" LANGUAGES C CXX VERSION 1.11.0)
project(Slint HOMEPAGE_URL "https://slint.dev/" LANGUAGES C CXX VERSION 1.12.0)
include(FeatureSummary)
include(CMakeDependentOption)