Skip to content

Commit 9153356

Browse files
author
Charles PIGNEROL
committed
Version 6.4.1. Several QtPythonConsole fixes (python 3/Qt 5).
1 parent 6edcb83 commit 9153356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Pour la bibliothèque QtPython :
66
set (QT_PYTHON_MAJOR_VERSION "6")
77
set (QT_PYTHON_MINOR_VERSION "4")
8-
set (QT_PYTHON_RELEASE_VERSION "0")
8+
set (QT_PYTHON_RELEASE_VERSION "1")
99
set (QT_PYTHON_VERSION ${QT_PYTHON_MAJOR_VERSION}.${QT_PYTHON_MINOR_VERSION}.${QT_PYTHON_RELEASE_VERSION})
1010

1111
# Pour la bibliothèque QtPython3 :

0 commit comments

Comments
 (0)