Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update the release version
Browse files Browse the repository at this point in the history
svengcz committed Apr 29, 2023
1 parent 73beceb commit 55349b2
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
@@ -8,7 +8,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.14)

# define the project
PROJECT(vACDM LANGUAGES C CXX VERSION "1.0.2")
PROJECT(vACDM LANGUAGES C CXX VERSION "1.0.3")
SET_PROPERTY(GLOBAL PROPERTY USE_FOLDERS ON)
SET(CMAKE_CXX_STANDARD 20)
SET(CMAKE_CXX_STANDARD_REQUIRED ON)

0 comments on commit 55349b2

Please sign in to comment.