add version follows versioning similar to SDL

odd patch is dev version
This commit is contained in:
Green Sky
2025-04-09 23:18:18 +02:00
parent c1bfed50b6
commit 241c6c2f8e
6 changed files with 24 additions and 5 deletions

View File

@ -1,7 +1,10 @@
cmake_minimum_required(VERSION 3.14...3.24 FATAL_ERROR)
# cmake setup begin
project(tomato)
project(tomato
VERSION 0.3.1
HOMEPAGE_URL https://github.com/Green-Sky/tomato
)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)