Skip to content

Commit

Permalink
Merge 0f58ed1 into 976154d
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Dec 11, 2018
2 parents 976154d + 0f58ed1 commit 2bf35ac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 912 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11)

# Project definition

project(OpenCOR)
project(OpenCOR VERSION 0.6)

# Our options

Expand Down
15 changes: 6 additions & 9 deletions doc/downloads/index.js
Original file line number Diff line number Diff line change
@@ -1,43 +1,40 @@
var jsonData = { "versions": [
{ "major": 0, "minor": 5, "patch": 0, "day": 15, "month": 10, "year": 2016, "type": 1, "license": 1,
{ "major": 0, "minor": 6, "patch": 0, "day": 11, "month": 12, "year": 2018, "type": 1, "license": 2,
"platforms": [
{ "name": "Windows", "supported": "Windows 7 and later",
"files": [
{ "extension": ".exe" }, { "extension": ".zip" }
]
},
{ "name": "Linux", "supported": "Ubuntu 14.04 LTS (Trusty Tahr) and later",
{ "name": "Linux", "supported": "Ubuntu 16.04 LTS (Xenial Xerus) and later",
"files": [
{ "extension": ".tar.gz" }
]
},
{ "name": "macOS", "supported": "OS X 10.8 (Mountain Lion) and later",
{ "name": "macOS", "supported": "OS X 10.10 (Yosemite) and later",
"files": [
{ "extension": ".dmg" }, { "extension": ".zip" }
]
}
]
},
{ "major": 0, "minor": 0, "patch": 0, "day": 19, "month": 11, "year": 2018, "type": 2, "license": 2,
{ "major": 0, "minor": 5, "patch": 0, "day": 15, "month": 10, "year": 2016, "type": 0, "license": 1,
"platforms": [
{ "name": "Windows", "supported": "Windows 7 and later",
"files": [
{ "extension": ".exe" }, { "extension": ".zip" }
]
},
{ "name": "Linux", "supported": "Ubuntu 16.04 LTS (Xenial Xerus) and later",
{ "name": "Linux", "supported": "Ubuntu 14.04 LTS (Trusty Tahr) and later",
"files": [
{ "extension": ".tar.gz" }
]
},
{ "name": "macOS", "supported": "OS X 10.10 (Yosemite) and later",
{ "name": "macOS", "supported": "OS X 10.8 (Mountain Lion) and later",
"files": [
{ "extension": ".dmg" }, { "extension": ".zip" }
]
}
],
"changes": [
{ "change": "<strong>Third-party libraries:</strong> upgraded <a href=\"https://www.openssl.org/\">OpenSSL</a> to version 1.0.2q (see issue <a href=\"https://github.com/opencor/opencor/issues/1883\">#1883</a>). Upgraded <a href=\"https://www.mesa3d.org/\">Mesa</a> to version 18.2.6 (see issue <a href=\"https://github.com/opencor/opencor/issues/1901\">#1901</a>)." }
]
},
{ "major": 0, "minor": 4, "patch": 1, "day": 20, "month": 5, "year": 2015, "type": 0, "license": 1,
Expand Down

0 comments on commit 2bf35ac

Please sign in to comment.