root permissions check and version counter update

This commit is contained in:
2025-11-13 16:04:39 +01:00
parent 766f878a8d
commit 3ad98b8403
3 changed files with 6 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.16)
# If MAJOR is 0, and MINOR > 0, Version is BETA
project(ColumnLynx
VERSION 0.0.3
VERSION 0.0.4
LANGUAGES CXX
)