Git commit b59231476ba69579bd8861f178a6622fb28742a4 by Toni Asensi Esteve. Committed on 22/08/2016 at 21:42. Pushed by asensi into branch 'master'.
Standardize the version number of Krusader. Modification of all the text files where a "2.4" or "15.08" version was seen. Differential Revision: https://phabricator.kde.org/D2443 Fixes T3452 M +1 -1 CMakeLists.txt M +1 -1 INSTALL M +1 -1 README M +2 -2 doc/index.docbook M +2 -2 doc/release-overview.docbook http://commits.kde.org/krusader/b59231476ba69579bd8861f178a6622fb28742a4 diff --git a/CMakeLists.txt b/CMakeLists.txt index 9513269..7dcb027 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(krusader) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) set (QT_MIN_VERSION "5.2.0") -set(VERSION "15.08-beta" ) +set(VERSION "2.5.0-beta" ) set(RELEASE_NAME "Clear Skies") # Manages plugin loading. For more details it can be seen https://www.kde.org/announcements/kde-frameworks-5.5.0.php diff --git a/INSTALL b/INSTALL index 0d46880..2a72a65 100644 --- a/INSTALL +++ b/INSTALL @@ -5,7 +5,7 @@ --- Note -Krusader-15.08 versions and higher are for KDE Plasma 5 only and will not work +Krusader-2.5.0 versions and higher are for KDE Plasma 5 only and will not work anymore on KDE Plasma 4 or 3. diff --git a/README b/README index 3d10d30..f09c5de 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Krusader-15.08 "Clear Skies" +Krusader-2.5.0 "Clear Skies" ===========================" We are pleased to announce the port of Krusader file manager to KDE Plasma 5. diff --git a/doc/index.docbook b/doc/index.docbook index a1a4563..bd2fe9e 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -287,8 +287,8 @@ Back-Cover Texts. A copy of the license is included in the &krusader; sources.</para> </legalnotice> - <date>2015-07-14</date> - <releaseinfo>15.08</releaseinfo> + <date>2016-08-21</date> + <releaseinfo>2.5.0</releaseinfo> <abstract> <para>&krusader; is an advanced, twin-panel (commander-style) file-manager for KDE, and other desktops in diff --git a/doc/release-overview.docbook b/doc/release-overview.docbook index 0a77c8d..76d4e28 100644 --- a/doc/release-overview.docbook +++ b/doc/release-overview.docbook @@ -45,10 +45,10 @@ <row> <entry> <para> - 15.08 "Clear Skies"</para> + 2.5.0 "Clear Skies"</para> </entry> <entry> - <para>2015-08-??</para> + <para>2016-08-??</para> </entry> <entry> <para>&kde; Frameworks 5</para>
