Update version number, add timestamp to logs (maybe also other stuff that I forgot)

This commit is contained in:
2025-11-26 18:13:41 +01:00
parent 7b757c814c
commit 84c00b7bcb
8 changed files with 31 additions and 14 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.4
VERSION 0.0.5
LANGUAGES CXX
)