From 2a70c8f4d877ace4aa5231dda765fd4efecf9a8f Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 2 Aug 2008 19:51:24 +0000 Subject: [PATCH] - Bump to beta2 --- src/src.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/src.pro b/src/src.pro index e6cb11014..eafd7b955 100644 --- a/src/src.pro +++ b/src/src.pro @@ -11,7 +11,7 @@ TARGET = qbittorrent CONFIG += qt thread x11 network # Update this VERSION for each release -DEFINES += VERSION=\\\"v1.2.0beta1\\\" +DEFINES += VERSION=\\\"v1.2.0beta2\\\" DEFINES += VERSION_MAJOR=1 DEFINES += VERSION_MINOR=2 DEFINES += VERSION_BUGFIX=0 @@ -32,7 +32,7 @@ contains(DEBUG_MODE, 0){ # For libtorrent stuff # (comment this if you are using libtorrent with debug enabled) -#DEFINES += NDEBUG +DEFINES += NDEBUG # Install