From 46e53c9aef1e629afddcca3ccfb8a5312bbbdd36 Mon Sep 17 00:00:00 2001 From: SamulKyull Date: Sat, 19 Oct 2024 19:47:19 +0800 Subject: [PATCH] [version] bump to 0.3.0 --- CMakeLists.txt | 4 ++-- Doxyfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9248697a..a86c9ed8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,7 +69,7 @@ set(CMAKE_ASM_FLAGS_RELEASE " ") # Define the major and minor version numbers of the project set(PROJECT_VERSION_MAJOR 0) -set(PROJECT_VERSION_MINOR 2) +set(PROJECT_VERSION_MINOR 3) # Use Git commands to get the Git version and hash values of the project find_package(Git QUIET) @@ -94,7 +94,7 @@ else () endif () # Define the project name and languages used -project(SyterKit VERSION 0.2.9 LANGUAGES C CXX ASM) +project(SyterKit VERSION 0.3.0 LANGUAGES C CXX ASM) # Include other CMake modules include(cmake/add_syterkit_app.cmake) diff --git a/Doxyfile b/Doxyfile index a8f956fc..aeadb1c7 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "SyterKit" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "0.2.9.x" +PROJECT_NUMBER = "0.3.0.x" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a