Skip to content

Commit

Permalink
Python: track the proper version of Python!
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 4, 2019
1 parent a2f69c9 commit 934708e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/thirdParty/Python/CMakeLists.txt
Expand Up @@ -12,7 +12,7 @@ set(PACKAGE_REPOSITORY python)
# Version of our library

set(MAJOR_MINOR_LIBRARY_VERSION "3.7")
set(LIBRARY_VERSION "${MAJOR_MINOR_LIBRARY_VERSION}.4")
set(LIBRARY_VERSION "${MAJOR_MINOR_LIBRARY_VERSION}.5")
set(NUMERIC_LIBRARY_VERSION 37)

# Git tag of our Python sources
Expand Down

0 comments on commit 934708e

Please sign in to comment.