From 5e0ef734321d3f1353f0ae8d40b32fe7c6f7fc7d Mon Sep 17 00:00:00 2001 From: SamulKyull Date: Sat, 15 Jun 2024 23:33:15 +0800 Subject: [PATCH] [version] bump version to 0.2.9 --- CMakeLists.txt | 2 +- Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index defa00b6..132e8fa9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,7 +94,7 @@ else () endif () # Define the project name and languages used -project(SyterKit VERSION 0.2.8 LANGUAGES C CXX ASM) +project(SyterKit VERSION 0.2.9 LANGUAGES C CXX ASM) # Include other CMake modules include(cmake/add_syterkit_app.cmake) diff --git a/Doxyfile b/Doxyfile index 47ae4861..a8f956fc 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.8.0" +PROJECT_NUMBER = "0.2.9.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