From 1057cdbe443e57ca9618c196000eee7530e00aad Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Mon, 7 May 2007 21:23:16 +0000 Subject: [PATCH] ******** v0.9.3 release ********* --- Changelog | 3 ++- src/src.pro | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 42961b39f..2c86930b7 100644 --- a/Changelog +++ b/Changelog @@ -1,7 +1,8 @@ -* Unknown - Christophe Dumez - v0.9.3 +* Mon May 07 2007 - Christophe Dumez - v0.9.3 - BUGFIX: Fixed pause toggle on double-click in download list - BUGFIX: The torrent size displayed now only takes unfiltered files into account - BUGFIX: Fixed compiling errors with libtorrent svn (future v0.13 with UPnP enabled) + - BUGFIX: Remember sorted column in download list on restart - BUGFIX: Small fix in the german translation - BUGFIX: Some fixes in slovak translation diff --git a/src/src.pro b/src/src.pro index 6f2dd5e0a..bf29e4fa8 100644 --- a/src/src.pro +++ b/src/src.pro @@ -11,7 +11,7 @@ TARGET = qbittorrent CONFIG += qt thread x11 # Update this VERSION for each release -DEFINES += VERSION=\\\"v0.9.3rc3\\\" +DEFINES += VERSION=\\\"v0.9.3\\\" DEFINES += VERSION_MAJOR=0 DEFINES += VERSION_MINOR=9 DEFINES += VERSION_BUGFIX=3