Internal
Public Access
Switch to date-based version scheme
Release versions now follow v<year>.<month>.<day>, with a .N suffix appended only if a second release happens the same day (e.g. v2026.9.8, then v2026.9.8.2 for a same-day follow-up). Replaces the placeholder 0.1.0 the project started with. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.21)
|
||||
|
||||
project(OrbitHub VERSION 0.1.0 LANGUAGES CXX)
|
||||
project(OrbitHub VERSION 2026.9.8 LANGUAGES CXX)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
Reference in New Issue
Block a user