From 944fc5cf382b04c246baac3ff22d306e5ad7a012 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 19 Jan 2013 13:55:42 +0200 Subject: [PATCH] Bump version to v3.0.7 --- Changelog | 2 +- version.pri | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 1caf0c0bd..48cdf4a11 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v3.0.7 +* Sat Jan 19 2013 - Christophe Dumez - v3.0.7 - BUGFIX: Update max write cache size to 2048MB and set it to automatic by default (closes #148) - BUGFIX: Add m4v to the list of previewable file extensions (closes #216) - BUGFIX: Fix "Couldn't set environment variable..." message on start up (closes #245) diff --git a/version.pri b/version.pri index 4da95d59a..ac38a4aee 100644 --- a/version.pri +++ b/version.pri @@ -1,5 +1,5 @@ PROJECT_NAME = qbittorrent -PROJECT_VERSION = 3.0.6 +PROJECT_VERSION = 3.0.7 os2 { DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\' @@ -9,4 +9,4 @@ os2 { DEFINES += VERSION_MAJOR=3 DEFINES += VERSION_MINOR=0 -DEFINES += VERSION_BUGFIX=6 +DEFINES += VERSION_BUGFIX=7