diff --git a/Changelog b/Changelog index 2544cd34e..af5a693e7 100644 --- a/Changelog +++ b/Changelog @@ -18,6 +18,7 @@ - FEATURE: Various optimizations to save CPU and memory - FEATURE: Folder scanning now works with CIFS and NFS mounted folders - FEATURE: Speed up qBittorrent startup + - FEATURE: Display per-torrent peer list - COSMETIC: Merged download / upload lists - COSMETIC: Torrents can be filtered based on their status - COSMETIC: Torrent properties are now displayed in main window diff --git a/src/src.pro b/src/src.pro index 26799535d..66c46380c 100644 --- a/src/src.pro +++ b/src/src.pro @@ -14,7 +14,7 @@ CONFIG += qt \ network # Update this VERSION for each release -DEFINES += VERSION=\\\"v2.0.0beta1\\\" +DEFINES += VERSION=\\\"v2.0.0beta2\\\" DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=0 DEFINES += VERSION_BUGFIX=0