[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [ktorrent] /: update version
From:       Nick Shaforostoff <shafff () ukr ! net>
Date:       2016-04-17 15:08:43
Message-ID: E1aroJX-0006DN-TC () scm ! kde ! org
[Download RAW message or body]

Git commit 8ffd07667a0905da04c3e3ec889e732e3c7a5de0 by Nick Shaforostoff.
Committed on 17/04/2016 at 15:08.
Pushed by shaforo into branch 'master'.

update version

M  +7    -3    ChangeLog
M  +2    -2    libktcore/ktversion.h

http://commits.kde.org/ktorrent/8ffd07667a0905da04c3e3ec889e732e3c7a5de0

diff --git a/ChangeLog b/ChangeLog
index f91e817..357a2cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
+Changes in 5.0.1:
+- Store interface name as a string in cfg
+- Port stats plugin
+
 Changes in 5.0:
 - Port to KF5/Qt5: QHttp-based tracker communication was dropped in favour of KIO-based one
-- fix issues found by Coverity static analyzer
-- improve naming of few UI items
-- initiate sequential download of media content automatically when it is opened from filelist view
+- Fix issues found by Coverity static analyzer
+- Improve naming of few UI items
+- Initiate sequential download of media content automatically when it is opened from filelist view
 
 Changes in 4.4:
 - Fix typo in generalpref.ui (305383)
diff --git a/libktcore/ktversion.h b/libktcore/ktversion.h
index cf481c5..d9efbbf 100644
--- a/libktcore/ktversion.h
+++ b/libktcore/ktversion.h
@@ -23,13 +23,13 @@
 #include <version.h>
 #include "util/constants.h"
 
-#define KT_VERSION_MACRO "5.0"
+#define KT_VERSION_MACRO "5.0.1"
 
 namespace kt
 {
     const bt::Uint32 MAJOR = 5;
     const bt::Uint32 MINOR = 0;
-    const bt::Uint32 RELEASE = 0;
+    const bt::Uint32 RELEASE = 1;
     const bt::VersionType VERSION_TYPE = bt::DEVEL;
     const char VERSION_STRING[] = KT_VERSION_MACRO;
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic