Skip to content

Commit abb5714

Browse files
committed
Set the version to 3.2 in CMakeLists.txt
In preparation for 3.2-rc1
1 parent ce3a7d1 commit abb5714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ include(GetGitCommitHash)
4242

4343
string(SUBSTRING "${GIT_COMMIT_HASH}" 0 8 solvespace_GIT_HASH)
4444
project(solvespace
45-
VERSION 3.1
45+
VERSION 3.2
4646
LANGUAGES C CXX ASM)
4747

4848
if(EMSCRIPTEN)

0 commit comments

Comments
 (0)