Version b0.1 (Beta 0.1) - Refactor some stuff and move session_registry to .cpp file

This commit is contained in:
2025-12-04 15:48:18 +01:00
parent 668b96e8e0
commit 842752cd88
7 changed files with 117 additions and 85 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.6
VERSION 0.1.0
LANGUAGES CXX
)