Skip to content

Commit

Permalink
[cmake] Bump version number to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Aug 13, 2024
1 parent ae53d17 commit be934f4
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
@@ -1,6 +1,6 @@
# Start configuration
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
project(CPP2PY VERSION 2.0.0 LANGUAGES C CXX)
project(CPP2PY VERSION 3.2.0 LANGUAGES C CXX)
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)
include(CheckIncludeFile)
include(CheckIncludeFileCXX)
Expand Down

0 comments on commit be934f4

Please sign in to comment.