diff --git a/Changelog b/Changelog index 83b8f0523..d60c2d5cb 100644 --- a/Changelog +++ b/Changelog @@ -22,6 +22,7 @@ - BUGFIX: Fixed bad loading of scan dir in option (widgets still disabled) - BUGFIX: Threads are now stopped cleanly before their destruction - BUGFIX: Create Options object only when necessary (to save memory) + - BUGFIX: Let libtorrent store the torrent handles (save memory) - I18N: Better internationalization thanks to dynamic text support - COSMETIC: Replaced OSD messages by Qt4.2 systray messages diff --git a/src/src.pro b/src/src.pro index 41bcfe583..0725fa21a 100644 --- a/src/src.pro +++ b/src/src.pro @@ -14,7 +14,7 @@ INCLUDEPATH += $$TRAYICON_CPP CONFIG += qt x11 # Update this VERSION for each release -DEFINES += VERSION=\\\"v0.9.0beta5\\\" +DEFINES += VERSION=\\\"v0.9.0beta6\\\" DEFINES += VERSION_MAJOR=0 DEFINES += VERSION_MINOR=9 DEFINES += VERSION_BUGFIX=0