docs: versioning specification + bump to v1.0.0-alpha.1
Version format: MAJOR.MINOR.PATCH[-PRERELEASE][+BUILD] - alpha: internal dev, unstable - beta: feature freeze, external testing - rc: release candidate, bugfix only - (none): stable release, production ready Current recommendation: v1.0.0-alpha.1 - Feature complete (~90% of Parasolid) - Needs real-world validation before 1.0.0 Release checklist for each stage included
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
project(ViewDesignEngine VERSION 3.2.0 LANGUAGES C CXX)
|
||||
project(ViewDesignEngine VERSION 1.0.0 LANGUAGES C CXX)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
|
||||
Reference in New Issue
Block a user