From 5ab38a9de8e8e34ce5bd115c7424c015f2aa5730 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 27 Jul 2010 08:12:03 +0000 Subject: [PATCH] Bump to v2.3.0 final --- Changelog | 2 +- src/src.pro | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Changelog b/Changelog index d9f87855e..c6404ca8f 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.3.0 +* Tue Jul 27 2010 - Christophe Dumez - v2.3.0 - FEATURE: Simplified torrent root folder renaming/truncating (< v2.3.0 is no longer forward compatible) - FEATURE: Remember previous save paths in torrent addition dialog - FEATURE: Max number of half-open connections can now be edited diff --git a/src/src.pro b/src/src.pro index 94e8aa6f5..4e5984786 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 = 1 +DEBUG_MODE = 0 # Global TEMPLATE = app @@ -12,16 +12,16 @@ CONFIG += qt \ # Update this VERSION for each release os2 { - DEFINES += VERSION=\'\"v2.3.0rc11\"\' + DEFINES += VERSION=\'\"v2.3.0\"\' } else { - DEFINES += VERSION=\\\"v2.3.0rc11\\\" + DEFINES += VERSION=\\\"v2.3.0\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=3 DEFINES += VERSION_BUGFIX=0 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL -DEFINES += VERSION_TYPE=RELEASE_CANDIDATE +DEFINES += VERSION_TYPE=NORMAL win32 { # Adapt these paths on Windows