Skip to content

Commit

Permalink
[version] bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SamulKyull authored and SamulKyull committed Oct 19, 2024
1 parent edeba67 commit 46e53c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46e53c9

Please sign in to comment.