release: release v0.2.0 #12

Merged
lowearthorbit merged 9 commits from release/0.2.0 into main 2026-03-15 02:24:10 +01:00
Showing only changes of commit 80a9457876 - Show all commits

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10) cmake_minimum_required(VERSION 3.10)
project(curtle VERSION 0.1.1 LANGUAGES C) project(curtle VERSION 0.2.0 LANGUAGES C)
include(GNUInstallDirs) include(GNUInstallDirs)
include(CMakePackageConfigHelpers) include(CMakePackageConfigHelpers)