Skip to content

Commit b0e268c

Browse files
committed
[TASK] Set TYPO3 version to 12.4.39-dev
Change-Id: I0576bf64a94f27c8b75bc7d8f4323d0356a3c6fe Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/91061 Tested-by: core-ci <[email protected]> Tested-by: Benni Mack <[email protected]> Reviewed-by: Benni Mack <[email protected]>
1 parent 926a1e3 commit b0e268c

File tree

18 files changed

+27
-27
lines changed

18 files changed

+27
-27
lines changed

Tests/Functional/Fixtures/Extensions/blog_example/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A test extension for extbase",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"typo3/cms-core": "12.4.38"
7+
"typo3/cms-core": "12.4.*@dev"
88
},
99
"extra": {
1010
"typo3/cms": {

Tests/Functional/Fixtures/Extensions/blog_example/ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
'author_company' => '',
1111
'author_email' => '',
1212
'state' => 'stable',
13-
'version' => '12.4.38',
13+
'version' => '12.4.39',
1414
'constraints' => [
1515
'depends' => [
16-
'typo3' => '12.4.38',
16+
'typo3' => '12.4.39',
1717
],
1818
'conflicts' => [],
1919
'suggests' => [],

Tests/Functional/Fixtures/Extensions/label_test/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A test extension for extbase",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"typo3/cms-core": "12.4.38"
7+
"typo3/cms-core": "12.4.*@dev"
88
},
99
"extra": {
1010
"typo3/cms": {

Tests/Functional/Fixtures/Extensions/label_test/ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
'author_company' => '',
1111
'author_email' => '',
1212
'state' => 'stable',
13-
'version' => '12.4.38',
13+
'version' => '12.4.39',
1414
'constraints' => [
1515
'depends' => [
16-
'typo3' => '12.4.38',
16+
'typo3' => '12.4.39',
1717
],
1818
'conflicts' => [],
1919
'suggests' => [],

Tests/Functional/Fixtures/Extensions/parent_child_translation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Test extension for Forge issue #92768",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"typo3/cms-core": "12.4.38"
7+
"typo3/cms-core": "12.4.*@dev"
88
},
99
"autoload": {
1010
"psr-4": {

Tests/Functional/Fixtures/Extensions/parent_child_translation/ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
'author_company' => '',
1111
'author_email' => '',
1212
'state' => 'stable',
13-
'version' => '12.4.38',
13+
'version' => '12.4.39',
1414
'constraints' => [
1515
'depends' => [
16-
'typo3' => '12.4.38',
16+
'typo3' => '12.4.39',
1717
],
1818
'conflicts' => [],
1919
'suggests' => [],

Tests/Functional/Fixtures/Extensions/test_data_mapper/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A test extension for extbase",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"typo3/cms-core": "12.4.38"
7+
"typo3/cms-core": "12.4.*@dev"
88
},
99
"extra": {
1010
"typo3/cms": {

Tests/Functional/Fixtures/Extensions/test_data_mapper/ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
'author_company' => '',
1111
'author_email' => '',
1212
'state' => 'stable',
13-
'version' => '12.4.38',
13+
'version' => '12.4.39',
1414
'constraints' => [
1515
'depends' => [
16-
'typo3' => '12.4.38',
16+
'typo3' => '12.4.39',
1717
],
1818
'conflicts' => [],
1919
'suggests' => [],

Tests/Functional/Fixtures/Extensions/test_validators/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A test extension for extbase",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"typo3/cms-core": "12.4.38"
7+
"typo3/cms-core": "12.4.*@dev"
88
},
99
"extra": {
1010
"typo3/cms": {

Tests/Functional/Fixtures/Extensions/test_validators/ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
'author_company' => '',
1111
'author_email' => '',
1212
'state' => 'stable',
13-
'version' => '12.4.38',
13+
'version' => '12.4.39',
1414
'constraints' => [
1515
'depends' => [
16-
'typo3' => '12.4.38',
16+
'typo3' => '12.4.39',
1717
],
1818
'conflicts' => [],
1919
'suggests' => [],

0 commit comments

Comments
 (0)