Skip to content

Commit

Permalink
Prepare for 4.2rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeKT committed Jan 7, 2012
1 parent fb7e8e5 commit b7c68c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
@@ -1,4 +1,4 @@
Changes in 4.2:
Changes in 4.2rc1:
- Make it possible to check individual files of a torrent
- Data checks for multiple torrents can now get started at the same time (265611)
- Make links clickable in the status tab comments field (266089)
Expand Down
2 changes: 1 addition & 1 deletion ktorrent/main.cpp
Expand Up @@ -94,7 +94,7 @@ int main(int argc, char **argv)
"ktorrent", 0, ki18n("KTorrent"),
kt::VERSION_STRING, ki18n("Bittorrent client for KDE"),
KAboutData::License_GPL,
ki18n("(C) 2005 - 2011 Joris Guisson and Ivan Vasic"),
ki18n("(C) 2005 - 2012 Joris Guisson and Ivan Vasic"),
KLocalizedString(),
"http://www.ktorrent.org/");

Expand Down
6 changes: 3 additions & 3 deletions libktcore/ktversion.h
Expand Up @@ -23,14 +23,14 @@
#include <version.h>
#include "util/constants.h"

#define KT_VERSION_MACRO "4.2dev"
#define KT_VERSION_MACRO "4.2rc1"

namespace kt
{
const bt::Uint32 MAJOR = 4;
const bt::Uint32 MINOR = 2;
const bt::Uint32 RELEASE = 0;
const bt::VersionType VERSION_TYPE = bt::DEVEL;
const bt::Uint32 RELEASE = 1;
const bt::VersionType VERSION_TYPE = bt::RELEASE_CANDIDATE;
const char VERSION_STRING[] = KT_VERSION_MACRO;
}

Expand Down

0 comments on commit b7c68c8

Please sign in to comment.