Skip to content

Commit

Permalink
version is set to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
songweijia committed Jan 26, 2024
1 parent 8939476 commit 7a7b307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -4,8 +4,8 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
project(cascade CXX)

# Version
set(cascade_VERSION 1.0rc0)
set(cascade_build_VERSION 1.0rc0)
set(cascade_VERSION 1.0.0)
set(cascade_build_VERSION 1.0.0)

# C++ STANDARD
set(CMAKE_CXX_STANDARD 17)
Expand Down

0 comments on commit 7a7b307

Please sign in to comment.