Git commit a6e9f3ebf99881151813b0af9189110d2930fd89 by Robby Stephenson. Committed on 14/03/2021 at 02:18. Pushed by rstephenson into branch 'master'.
Ready for Tellico 3.4 M +1 -1 CMakeLists.txt M +4 -0 ChangeLog M +3 -3 doc/index.docbook M +3 -27 org.kde.tellico.appdata.xml https://invent.kde.org/office/tellico/commit/a6e9f3ebf99881151813b0af9189110d2930fd89 diff --git a/CMakeLists.txt b/CMakeLists.txt index d0b5acb83..929eb64a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) project(Tellico) -set(TELLICO_VERSION "3.4+git") +set(TELLICO_VERSION "3.4") set(QT_MIN_VERSION "5.4.0") diff --git a/ChangeLog b/ChangeLog index 647daa52c..5456d93c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2021-03-13 Robby Stephenson <[email protected]> + + * Released Tellico 3.4. + 2021-03-07 Robby Stephenson <[email protected]> * Updated Douban data source. diff --git a/doc/index.docbook b/doc/index.docbook index c42de0e8e..3768815b0 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -41,7 +41,7 @@ Change date/releaseinfo only if Don't forget to include this last date. Please respect the format of the date (YYYY-MM-DD),it is used by scripts. --> -<date>2019-05-12</date> +<date>2021-03-14</date> <!--version information of Frameworks/Plasma/Applications this documentation is valid for. Example: @@ -51,7 +51,7 @@ Applications xx.yy for docbooks released as Applications xx.yy (Applications xx.yy) for docbooks with own version released as Applications $applicationname xx.yy for applications with independent release schedule (extragear/playground) --> -<releaseinfo>Tellico 3.2</releaseinfo> +<releaseinfo>Tellico 3.4</releaseinfo> <title>The &tellico; Handbook</title> @@ -67,7 +67,7 @@ $applicationname xx.yy for applications with independent release schedule (extra </authorgroup> <copyright> -<year>2001-2019</year> +<year>2001-2021</year> <holder>&robby;</holder> </copyright> diff --git a/org.kde.tellico.appdata.xml b/org.kde.tellico.appdata.xml index 997bfada1..658627816 100644 --- a/org.kde.tellico.appdata.xml +++ b/org.kde.tellico.appdata.xml @@ -611,6 +611,9 @@ <binary>tellico</binary> </provides> <releases> + <release version="3.4" date="2021-03-14"> + <url>https://tellico-project.org/tellico-3-4-released</url> + </release> <release version="3.3.5" date="2021-02-23"> <url>https://tellico-project.org/tellico-3-3-5-released</url> </release> @@ -629,32 +632,5 @@ <release version="3.3" date="2020-04-20"> <url>https://tellico-project.org/tellico-3-3-released</url> </release> - <release version="3.2.3" date="2019-11-25"> - <url>https://tellico-project.org/tellico-3-2-3-released</url> - </release> - <release version="3.2.2" date="2019-11-09"> - <url>https://tellico-project.org/tellico-3-2-2-released</url> - </release> - <release version="3.2.1" date="2019-07-09"> - <url>https://tellico-project.org/tellico-3-2-1-released</url> - </release> - <release version="3.2" date="2019-05-25"> - <url>https://tellico-project.org/tellico-3-2-released</url> - </release> - <release version="3.1.4" date="2018-12-20"> - <url>https://tellico-project.org/tellico-3-1-4-released</url> - </release> - <release version="3.1.3" date="2018-09-03"> - <url>https://tellico-project.org/tellico-3-1-3-released</url> - </release> - <release version="3.1.2" date="2018-03-28"> - <url>https://tellico-project.org/tellico-3-1-2-released</url> - </release> - <release version="3.1.1" date="2018-01-15"> - <url>https://tellico-project.org/tellico-3-1-1-released</url> - </release> - <release version="3.1" date="2017-10-14"> - <url>https://tellico-project.org/tellico-3-1-released</url> - </release> </releases> </component>
