Skip to content

Commit 4e3aede

Browse files
author
Benjamin Kott
committed
[RELEASE] Release of 6.2.9
1 parent e8822fc commit 4e3aede

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Documentation/Settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ conf.py:
77
copyright: 2014
88
project: Bootstrap Package
99
version: 1.0
10-
release: 6.2.9-dev
10+
release: 6.2.9
1111
latex_documents:
1212
- - Index
1313
- BootstrapPackage.tex

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"require": {
3434
"composer/installers": "*"
3535
},
36-
"version": "6.2.9-dev"
36+
"version": "6.2.9"
3737
}

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'description' => 'Bootstrap Package delivers a full configured frontend for TYPO3 CMS 6.2, based on the Bootstrap CSS Framework.',
1010
'category' => 'templates',
1111
'shy' => 0,
12-
'version' => '6.2.9-dev',
12+
'version' => '6.2.9',
1313
'dependencies' => '',
1414
'conflicts' => '',
1515
'priority' => 'top',
@@ -28,7 +28,7 @@
2828
'CGLcompliance_note' => NULL,
2929
'constraints' => array(
3030
'depends' => array(
31-
'typo3' => '6.2.6-7.99.99',
31+
'typo3' => '6.2.9-7.99.99',
3232
'css_styled_content' => '6.2.0-7.99.99',
3333
),
3434
'conflicts' => array(

0 commit comments

Comments
 (0)