Skip to content

Commit 1cc6f65

Browse files
fixed dspec files for d11
1 parent 50a373a commit 1cc6f65

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

Source/Spring4D.Base.dspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"id": "Spring4D.Base",
4-
"version": "2.0.0-dev7",
4+
"version": "2.0.0-dev8",
55
"description": "Spring4D Base",
66
"authors": "Spring4D Team",
77
"projectUrl": "https://bitbucket.org/sglienke/spring4d",
@@ -71,7 +71,7 @@
7171
"template": "default"
7272
},
7373
{
74-
"compiler": "11",
74+
"compiler": "11.0",
7575
"platforms": "Win32, Win64, OSX64, OSXARM64, iOS64, AndroidArm32, LinuxIntel64",
7676
"template": "default"
7777
}

Source/Spring4D.Core.dspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"id": "Spring4D.Core",
4-
"version": "2.0.0-dev7",
4+
"version": "2.0.0-dev8",
55
"description": "Spring4D Core",
66
"authors": "Spring4D Team",
77
"projectUrl": "https://bitbucket.org/sglienke/spring4d",
@@ -71,7 +71,7 @@
7171
"template": "default"
7272
},
7373
{
74-
"compiler": "11",
74+
"compiler": "11.0",
7575
"platforms": "Win32, Win64, OSX64, OSXARM64, iOS64, AndroidArm32, LinuxIntel64",
7676
"template": "default"
7777
}
@@ -82,7 +82,7 @@
8282
"dependencies": [
8383
{
8484
"id": "Spring4D.Base",
85-
"version": "[2.0.0-dev7,]"
85+
"version": "[2.0.0-dev8,]"
8686
}
8787
],
8888
"source": [

Source/Spring4D.Data.dspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"id": "Spring4D.Data",
4-
"version": "2.0.0-dev7",
4+
"version": "2.0.0-dev8",
55
"description": "Spring4D Data",
66
"authors": "Spring4D Team",
77
"projectUrl": "https://bitbucket.org/sglienke/spring4d",
@@ -71,7 +71,7 @@
7171
"template": "default"
7272
},
7373
{
74-
"compiler": "11",
74+
"compiler": "11.0",
7575
"platforms": "Win32, Win64, OSX64, OSXARM64, iOS64, AndroidArm32, LinuxIntel64",
7676
"template": "default"
7777
}
@@ -82,7 +82,7 @@
8282
"dependencies": [
8383
{
8484
"id": "Spring4D.Base",
85-
"version": "[2.0.0-dev7,]"
85+
"version": "[2.0.0-dev8,]"
8686
}
8787
],
8888
"comment": "due to the layout of the repo and relative paths in the packages we need to keep the same layout",

Source/Spring4D.Extensions.dspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"id": "Spring4D.Extensions",
4-
"version": "2.0.0-dev7",
4+
"version": "2.0.0-dev8",
55
"description": "Spring4D Extensions",
66
"authors": "Spring4D Team",
77
"projectUrl": "https://bitbucket.org/sglienke/spring4d",
@@ -71,7 +71,7 @@
7171
"template": "default"
7272
},
7373
{
74-
"compiler": "11",
74+
"compiler": "11.0",
7575
"platforms": "Win32, Win64, OSX64, OSXARM64, iOS64, AndroidArm32, LinuxIntel64",
7676
"template": "default"
7777
}
@@ -82,7 +82,7 @@
8282
"dependencies": [
8383
{
8484
"id": "Spring4D.Base",
85-
"version": "[2.0.0-dev7,]"
85+
"version": "[2.0.0-dev8,]"
8686
}
8787
],
8888
"comment": "due to the layout of the repo and relative paths in the packages we need to keep the same layout",

Source/Spring4D.Persistence.dspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"template": "default"
7272
},
7373
{
74-
"compiler": "11",
74+
"compiler": "11.0",
7575
"platforms": "Win32, Win64, OSX64, OSXARM64, iOS64, AndroidArm32, LinuxIntel64",
7676
"template": "default"
7777
}
@@ -82,7 +82,7 @@
8282
"dependencies": [
8383
{
8484
"id": "Spring4D.Base",
85-
"version": "[2.0.0-dev7,]"
85+
"version": "[2.0.0-dev8,]"
8686
}
8787
],
8888
"source": [

0 commit comments

Comments
 (0)