Browse Source

- Updated to beta6

- Updated Changelog
adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
7fac73b76d
  1. 1
      Changelog
  2. 2
      src/src.pro

1
Changelog

@ -22,6 +22,7 @@ @@ -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

2
src/src.pro

@ -14,7 +14,7 @@ INCLUDEPATH += $$TRAYICON_CPP @@ -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

Loading…
Cancel
Save