diff options
| author | Nikita Melnichenko <nikita+kde@melnichenko.name> | 2018-05-12 20:00:32 -0700 |
|---|---|---|
| committer | Nikita Melnichenko <nikita+kde@melnichenko.name> | 2018-05-12 20:00:32 -0700 |
| commit | 798b86c430c404ff26bf9c4d697b27cfff8d3ef4 (patch) | |
| tree | 721209e1aa6e26b00543f36a8d441fde6006b026 | |
| parent | 50cff6c1ebed7a99824cbc7193d99b9a2a4e8c1d (diff) | |
Released v2.7.0v2.7.0
Differential Revision: https://phabricator.kde.org/D12753
| -rw-r--r-- | CMakeLists.txt | 4 | ||||
| -rw-r--r-- | README | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 70564e568..96646abf5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,8 @@ project(krusader) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) -set(VERSION "2.6.1-beta" ) -set(RELEASE_NAME "Stiff Challenges") +set(VERSION "2.7.0" ) +set(RELEASE_NAME "Peace of Mind") if (NOT CMAKE_INSTALL_PREFIX MATCHES "^/usr(/local)?/?$" AND NOT DEFINED KDE_INSTALL_QTPLUGINDIR AND NOT DEFINED KDE_INSTALL_USE_QT_SYS_PATHS) message(WARNING "CMAKE_INSTALL_PREFIX is not set to a standard location (/usr or /usr/local), krarc:/ protocol may not work. To force installing plugins into standard location use -DKDE_INSTALL_USE_QT_SYS_PATHS=true") @@ -1,7 +1,8 @@ -Krusader-2.6.0 "Stiff Challenges" +Krusader-2.7.0 "Peace of Mind" ================================= -We are pleased to announce the port of Krusader file manager to KDE Plasma 5. +Krusader is an advanced twin panel (commander style) file manager for KDE Plasma +and other desktops in the *nix world, similar to Midnight or Total Commander. +----------------------------------------------------------------------------+ | To learn what's new, read the ChangeLog file. | |
