Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Oct 18, 2019
1 parent f825e33 commit 0c5f9e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/thirdParty/PythonQt/CMakeLists.txt
Expand Up @@ -15,8 +15,8 @@ set(RELEASE_TAG opencor-v3.2.2)

# Version of our library

set(MAJOR_LIBRARY_VERSION "3")
set(LIBRARY_VERSION "${MAJOR_LIBRARY_VERSION}.2.0")
set(MAJOR_LIBRARY_VERSION 3)
set(LIBRARY_VERSION ${MAJOR_LIBRARY_VERSION}.2.0)

# Git tag for our library

Expand Down

0 comments on commit 0c5f9e6

Please sign in to comment.