From 19dd21062b9a1a1d81d2afbd586d7191478e40a2 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 1 Nov 2008 12:50:07 +0000 Subject: [PATCH] - trunk will now be of v1.3.0 --- src/src.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/src.pro b/src/src.pro index 763e0332f..51731d6f1 100644 --- a/src/src.pro +++ b/src/src.pro @@ -3,7 +3,7 @@ LANG_PATH = lang ICONS_PATH = Icons #Set the following variable to 1 to enable debug -DEBUG_MODE = 0 +DEBUG_MODE = 1 # Global TEMPLATE = app @@ -11,9 +11,9 @@ TARGET = qbittorrent CONFIG += qt thread x11 network # Update this VERSION for each release -DEFINES += VERSION=\\\"v1.2.0\\\" +DEFINES += VERSION=\\\"v1.3.0alpha\\\" DEFINES += VERSION_MAJOR=1 -DEFINES += VERSION_MINOR=2 +DEFINES += VERSION_MINOR=3 DEFINES += VERSION_BUGFIX=0 !mac {