Skip to content

Commit

Permalink
libSEDML: upgraded to version 2.0.6 (L1V4) (opencor#2053).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Sep 4, 2019
1 parent c3e0704 commit 90a2d7a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/plugins/thirdParty/libSEDML/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,20 @@ project(libSEDMLPlugin)
# Name and version of our package

set(PACKAGE_NAME libSEDML)
set(PACKAGE_VERSION 2.0.5)
set(PACKAGE_VERSION 2.0.6)

# Version of our package's libraries

set(MAJOR_LIBRARY_VERSION 2)
set(LIBRARY_VERSION ${MAJOR_LIBRARY_VERSION}.0.5)
set(LIBRARY_VERSION ${MAJOR_LIBRARY_VERSION}.0.6)

# Git tag for our library

set(GIT_TAG l1v4-harmony)
set(GIT_TAG v2.0.6)

# Package repository and release tag
# Package repository

set(PACKAGE_REPOSITORY libSEDML)
set(RELEASE_TAG l1v4-harmony)

# Specify where our local package will be installed

Expand Down

0 comments on commit 90a2d7a

Please # to comment.