Skip to content

Commit be934f4

Browse files
committed
[cmake] Bump version number to 3.2.0
1 parent ae53d17 commit be934f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Start configuration
22
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
3-
project(CPP2PY VERSION 2.0.0 LANGUAGES C CXX)
3+
project(CPP2PY VERSION 3.2.0 LANGUAGES C CXX)
44
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)
55
include(CheckIncludeFile)
66
include(CheckIncludeFileCXX)

0 commit comments

Comments
 (0)