From 7858474d35906f0ad3d0b66568d8d53873a316e3 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 11 Nov 2025 20:23:26 +0100 Subject: [PATCH] switch to wip version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 14ab7d8..7a454aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14...3.24 FATAL_ERROR) # cmake setup begin project(tomato - VERSION 0.3.2 + VERSION 0.3.3 HOMEPAGE_URL https://github.com/Green-Sky/tomato )