all: Update minor version number to 0.3.0 pre-release
All checks were successful
continuous-integration/drone/push Build is passing

Not a release yet, but we can give it the version number for it.
This commit is contained in:
apio 2023-06-19 11:41:10 +02:00
parent b4a6e4d56d
commit 2edb0a3f3a
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -5,7 +5,7 @@ set(CMAKE_CXX_COMPILER_WORKS 1)
set(CMAKE_CROSSCOMPILING true)
project(Luna LANGUAGES C CXX ASM ASM_NASM VERSION 0.2.0)
project(Luna LANGUAGES C CXX ASM ASM_NASM VERSION 0.3.0)
set(LUNA_ROOT ${CMAKE_CURRENT_LIST_DIR})
set(LUNA_BASE ${CMAKE_CURRENT_LIST_DIR}/base)