From 2edb0a3f3a98fe56b36b8207f795256e2837ea48 Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 19 Jun 2023 11:41:10 +0200 Subject: [PATCH] all: Update minor version number to 0.3.0 pre-release Not a release yet, but we can give it the version number for it. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 393602f2..49367fc9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)