Skip to content

Commit

Permalink
Update version.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesPignerol authored Aug 28, 2024
1 parent bbb8c5d commit e514b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Pour la bibliothèque QtPython :
set (QT_PYTHON_MAJOR_VERSION "6")
set (QT_PYTHON_MINOR_VERSION "4")
set (QT_PYTHON_RELEASE_VERSION "0")
set (QT_PYTHON_RELEASE_VERSION "2")
set (QT_PYTHON_VERSION ${QT_PYTHON_MAJOR_VERSION}.${QT_PYTHON_MINOR_VERSION}.${QT_PYTHON_RELEASE_VERSION})

# Pour la bibliothèque QtPython3 :
Expand Down

0 comments on commit e514b71

Please sign in to comment.