From 3b09203937b7c178ac1a4dd26e6c5e8b57a9ac1e Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Mon, 26 Jan 2009 16:14:52 +0000 Subject: [PATCH] - Defined TODO list for v1.4.0 --- TODO | 5 +++++ src/src.pro | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 7a88fa5a1..f7d7cda8e 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,10 @@ See https://blueprints.launchpad.net/qbittorrent/ +// TODO in v1.4.0 +- Display peers information (disabled as a default) +- Automatically move torrent to another directory on completion (disabled as a default) +- Rework program preferences (make easier) + // translations done in v1.3.0 - Romanian - Russian diff --git a/src/src.pro b/src/src.pro index 7f49e6a8d..b524fb8ae 100644 --- a/src/src.pro +++ b/src/src.pro @@ -14,10 +14,10 @@ CONFIG += qt \ network # Update this VERSION for each release -DEFINES += VERSION=\\\"v1.3.1\\\" +DEFINES += VERSION=\\\"v1.4.0alpha1\\\" DEFINES += VERSION_MAJOR=1 -DEFINES += VERSION_MINOR=3 -DEFINES += VERSION_BUGFIX=1 +DEFINES += VERSION_MINOR=4 +DEFINES += VERSION_BUGFIX=0 !mac:QMAKE_LFLAGS += -Wl,--as-needed contains(DEBUG_MODE, 1) { CONFIG += debug