Skip to content

Commit 6f5c7cd

Browse files
author
Charles PIGNEROL
committed
Version 6.10.2. Python3 used by default (GUIToolkitsVariables 1.5.3), without explicit request.
1 parent e072fe4 commit 6f5c7cd

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CMakePresets.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"name": "ci",
66
"cacheVariables":
77
{
8-
"GUIToolkitsVariables_ROOT": "$env{INSTALL_DIR}/guitoolkitsvariables",
9-
"USE_PYTHON_3": "ON"
8+
"GUIToolkitsVariables_ROOT": "$env{INSTALL_DIR}/guitoolkitsvariables"
109
}
1110
}
1211
]

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set (TK_UTIL_MAJOR_VERSION "6")
66
set (TK_UTIL_MINOR_VERSION "10")
7-
set (TK_UTIL_RELEASE_VERSION "1")
7+
set (TK_UTIL_RELEASE_VERSION "2")
88
set (TK_UTIL_VERSION ${TK_UTIL_MAJOR_VERSION}.${TK_UTIL_MINOR_VERSION}.${TK_UTIL_RELEASE_VERSION})
99

1010
set (TK_UTIL_SCRIPTING_MAJOR_VERSION ${TK_UTIL_MAJOR_VERSION})

versions.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 6.10.2 : 26/11/24
2+
=================
3+
4+
Actualisation CMakePresets.json suite GUIToolkitsVariables v1.5.3.
5+
6+
17
Version 6.10.1 : 22/11/24
28
=================
39

0 commit comments

Comments
 (0)