Skip to content

Commit

Permalink
Bump the version to 2.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ed Beroset <[email protected]>
  • Loading branch information
beroset committed Dec 17, 2023
1 parent bfc53de commit a22f7e1
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 @@ -3,7 +3,7 @@ if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif (POLICY CMP0048)

project(autoproject VERSION 2.3.1)
project(autoproject VERSION 2.3.2)
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
set(CPACK_PACKAGE_VENDOR "beroset")
set(CPACK_SOURCE_IGNORE_FILES "/build/;/*.swp;.git*")
Expand Down

0 comments on commit a22f7e1

Please sign in to comment.