diff --git a/Documentation/Index.rst b/Documentation/Index.rst index fecacafe19..801ae54fdc 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -17,7 +17,7 @@ Apache Solr for TYPO3 (EXT:solr) solr :Version: - 10.0.4-dev + 10.0.4 :Language: en diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index bb306ab5ac..94c6255924 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,8 +1,8 @@ [general] project = ApacheSolrForTypo3 EXT:solr -version = 10.0.4-dev -release = 10.0.4-dev +version = 10.0.4 +release = 10.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 c093aaec37..b03fd44f98 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: 10.0.4-dev - release: 10.0.4-dev + version: 10.0.4 + release: 10.0.4 extensions: - sphinx.ext.intersphinx - t3sphinx.ext.t3extras diff --git a/Documentation/conf.py b/Documentation/conf.py index 4b0ecddba1..4dd5b3463f 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = '10.0.4-dev' +version = '10.0.4' # The full version, including alpha/beta/rc tags. -release = '10.0.4-dev' +release = '10.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 88f6be8fd2..c3df0a9487 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' => '10.0.4-dev', + 'version' => '10.0.4', 'state' => 'beta', 'category' => 'plugin', 'author' => 'Ingo Renner, Timo Hund, Markus Friedrich',