Skip to content

Commit

Permalink
New Version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
faressc committed Jun 18, 2024
1 parent 346a612 commit 0e32303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set (PROJECT_NAME seamless-plugin-suite)
# `project()` command. `project()` sets up some helpful variables that describe source/binary
# directories, and the current project version. This is a standard CMake command.

project (${PROJECT_NAME} VERSION 0.0.1)
project (${PROJECT_NAME} VERSION 0.0.4)

# Sets the cpp language minimum
set(CMAKE_CXX_STANDARD 20)
Expand Down

0 comments on commit 0e32303

Please sign in to comment.