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