Skip to content

Commit

Permalink
fixed dspec files for d11
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentparrett committed Oct 12, 2021
1 parent 50a373a commit 1cc6f65
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Source/Spring4D.Base.dspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": {
"id": "Spring4D.Base",
"version": "2.0.0-dev7",
"version": "2.0.0-dev8",
"description": "Spring4D Base",
"authors": "Spring4D Team",
"projectUrl": "https://bitbucket.org/sglienke/spring4d",
Expand Down Expand Up @@ -71,7 +71,7 @@
"template": "default"
},
{
"compiler": "11",
"compiler": "11.0",
"platforms": "Win32, Win64, OSX64, OSXARM64, iOS64, AndroidArm32, LinuxIntel64",
"template": "default"
}
Expand Down
6 changes: 3 additions & 3 deletions Source/Spring4D.Core.dspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": {
"id": "Spring4D.Core",
"version": "2.0.0-dev7",
"version": "2.0.0-dev8",
"description": "Spring4D Core",
"authors": "Spring4D Team",
"projectUrl": "https://bitbucket.org/sglienke/spring4d",
Expand Down Expand Up @@ -71,7 +71,7 @@
"template": "default"
},
{
"compiler": "11",
"compiler": "11.0",
"platforms": "Win32, Win64, OSX64, OSXARM64, iOS64, AndroidArm32, LinuxIntel64",
"template": "default"
}
Expand All @@ -82,7 +82,7 @@
"dependencies": [
{
"id": "Spring4D.Base",
"version": "[2.0.0-dev7,]"
"version": "[2.0.0-dev8,]"
}
],
"source": [
Expand Down
6 changes: 3 additions & 3 deletions Source/Spring4D.Data.dspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": {
"id": "Spring4D.Data",
"version": "2.0.0-dev7",
"version": "2.0.0-dev8",
"description": "Spring4D Data",
"authors": "Spring4D Team",
"projectUrl": "https://bitbucket.org/sglienke/spring4d",
Expand Down Expand Up @@ -71,7 +71,7 @@
"template": "default"
},
{
"compiler": "11",
"compiler": "11.0",
"platforms": "Win32, Win64, OSX64, OSXARM64, iOS64, AndroidArm32, LinuxIntel64",
"template": "default"
}
Expand All @@ -82,7 +82,7 @@
"dependencies": [
{
"id": "Spring4D.Base",
"version": "[2.0.0-dev7,]"
"version": "[2.0.0-dev8,]"
}
],
"comment": "due to the layout of the repo and relative paths in the packages we need to keep the same layout",
Expand Down
6 changes: 3 additions & 3 deletions Source/Spring4D.Extensions.dspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": {
"id": "Spring4D.Extensions",
"version": "2.0.0-dev7",
"version": "2.0.0-dev8",
"description": "Spring4D Extensions",
"authors": "Spring4D Team",
"projectUrl": "https://bitbucket.org/sglienke/spring4d",
Expand Down Expand Up @@ -71,7 +71,7 @@
"template": "default"
},
{
"compiler": "11",
"compiler": "11.0",
"platforms": "Win32, Win64, OSX64, OSXARM64, iOS64, AndroidArm32, LinuxIntel64",
"template": "default"
}
Expand All @@ -82,7 +82,7 @@
"dependencies": [
{
"id": "Spring4D.Base",
"version": "[2.0.0-dev7,]"
"version": "[2.0.0-dev8,]"
}
],
"comment": "due to the layout of the repo and relative paths in the packages we need to keep the same layout",
Expand Down
4 changes: 2 additions & 2 deletions Source/Spring4D.Persistence.dspec
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"template": "default"
},
{
"compiler": "11",
"compiler": "11.0",
"platforms": "Win32, Win64, OSX64, OSXARM64, iOS64, AndroidArm32, LinuxIntel64",
"template": "default"
}
Expand All @@ -82,7 +82,7 @@
"dependencies": [
{
"id": "Spring4D.Base",
"version": "[2.0.0-dev7,]"
"version": "[2.0.0-dev8,]"
}
],
"source": [
Expand Down

0 comments on commit 1cc6f65

Please sign in to comment.