From 59a8e651f9ac708bf96104518cd1f7cc032075a3 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 8 Dec 2009 19:31:17 +0000 Subject: [PATCH] - Updated Changelog - Bump to rc7 --- Changelog | 1 + src/src.pro | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index fb0991ca7..29c033e12 100644 --- a/Changelog +++ b/Changelog @@ -38,6 +38,7 @@ - FEATURE: Support for bitcomet padding files (libtorrent >= v0.15 only) - FEATURE: Option to skip file checking and start seeding immediately in torrent addition dialog (Stephanos Antaris) (libtorrent >= v0.15 only) - BUGFIX: Made sure qBittorrent does not scrape the tracker too frequently (libtorrent >= 0.15 only) + - BUGFIX: Fix Paste action in search engine field - WEB UI: Remodeled Web UI to match new qBittorrent UI (Properties and preferences available) - WEB UI: Added internationalization support - WEB UI: Reduced computation in Javascript (do this one server side instead) diff --git a/src/src.pro b/src/src.pro index b0967f9c9..5fc09bf92 100644 --- a/src/src.pro +++ b/src/src.pro @@ -12,7 +12,7 @@ CONFIG += qt \ thread # Update this VERSION for each release -DEFINES += VERSION=\\\"v2.0.0rc6\\\" +DEFINES += VERSION=\\\"v2.0.0rc7\\\" DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=0 DEFINES += VERSION_BUGFIX=0