Skip to content

Commit

Permalink
Release 6.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
helhum committed Oct 13, 2020
1 parent e820eb7 commit ac2b41b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ before_install:
- if php -i | grep -v TRAVIS_CMD | grep -q xdebug; then phpenv config-rm xdebug.ini; fi

install:
- export COMPOSER_ROOT_VERSION=6.3.3
- export COMPOSER_ROOT_VERSION=6.3.4
- |
composer require --no-update \
typo3/cms-backend="$TYPO3_VERSION" \
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
install: skip
script:
- git fetch --unshallow
- export COMPOSER_ROOT_VERSION=6.3.3
- export COMPOSER_ROOT_VERSION=6.3.4
- composer install
- .Build/bin/phpunit --whitelist Classes --coverage-clover .Build/clover.xml --log-junit .Build/junit.xml
- >
Expand Down
2 changes: 1 addition & 1 deletion Classes/Console/Mvc/Cli/Symfony/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*/
class Application extends BaseApplication
{
const TYPO3_CONSOLE_VERSION = '6.3.3';
const TYPO3_CONSOLE_VERSION = '6.3.4';
const COMMAND_NAME = 'typo3cms';

/**
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[general]
copyright = 2016
project = TYPO3 Console
release = 6.3.3
version = 6.3.3
release = 6.3.4
version = 6.3.4

[html_theme_options]
github_branch = latest
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
conf.py:
copyright: 2016
project: TYPO3 Console
version: 6.3.3
release: 6.3.3
version: 6.3.4
release: 6.3.4
latex_documents:
- - Index
- typo3_console.tex
Expand Down
2 changes: 1 addition & 1 deletion Resources/Private/ExtensionArtifacts/ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'author' => 'Helmut Hummel',
'author_email' => 'info@helhum.io',
'author_company' => 'helhum.io',
'version' => '6.3.3',
'version' => '6.3.4',
'constraints' => [
'depends' => [
'php' => '7.2.0-7.4.99',
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ init:
- SET PATH=c:\php\%PHP_VERSION%;"C:\Program Files\MySQL\MySQL Server 5.7\bin\";%PATH%

install:
- SET COMPOSER_ROOT_VERSION=6.3.3
- SET COMPOSER_ROOT_VERSION=6.3.4
- mysql --version
- IF NOT EXIST c:\php mkdir c:\php
- IF NOT EXIST c:\php\%PHP_VERSION% mkdir c:\php\%PHP_VERSION%
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.projectKey=typo3-console
sonar.projectName=TYPO3 Console
sonar.projectVersion=6.3.3
sonar.projectVersion=6.3.4
sonar.sources=.
sonar.exclusions=.Build/**, .github/**, Tests/**, Resources/**, Documentation/**, Configuration/**

Expand Down

0 comments on commit ac2b41b

Please sign in to comment.