diff --git a/Documentation/Index.rst b/Documentation/Index.rst index 400ce7ce90..2503450fab 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -17,7 +17,7 @@ Apache Solr for TYPO3 (EXT:solr) solr :Version: - 11.0.4-dev + 11.0.4 :Language: en diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 055d6549e3..09da8115a3 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,8 +1,8 @@ [general] project = ApacheSolrForTypo3 EXT:solr -version = 11.0.4-dev -release = 11.0.4-dev +version = 11.0.4 +release = 11.0.4 t3author = Ingo Renner, Markus Friedrich, Rafael Kähm, Timo Hund copyright = 2020 diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index ed39050b6b..8d884fcfe1 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -6,8 +6,8 @@ conf.py: copyright: 2020 project: Documentation for EXT:solr the Apache Solr integration for TYPO3 - version: 11.0.4-dev - release: 11.0.4-dev + version: 11.0.4 + release: 11.0.4 extensions: - sphinx.ext.intersphinx - t3sphinx.ext.t3extras diff --git a/Documentation/conf.py b/Documentation/conf.py index be71817d7d..be9dfd3e35 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = '11.0.4-dev' +version = '11.0.4' # The full version, including alpha/beta/rc tags. -release = '11.0.4-dev' +release = '11.0.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/ext_emconf.php b/ext_emconf.php index 032f5465f1..93e8856df3 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -2,7 +2,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'Apache Solr for TYPO3 - Enterprise Search', 'description' => 'Apache Solr for TYPO3 is the enterprise search server you were looking for with special features such as Faceted Search or Synonym Support and incredibly fast response times of results within milliseconds.', - 'version' => '11.0.4-dev', + 'version' => '11.0.4', 'state' => 'stable', 'category' => 'plugin', 'author' => 'Ingo Renner, Timo Hund, Rafael Kähm, Markus Friedrich',