diff --git a/TODO b/TODO index 6b06e9922..f1fc4f05e 100644 --- a/TODO +++ b/TODO @@ -43,7 +43,6 @@ - Update to libtorrent SVN (0.13) - DONE - Use its UPnP/NAT-PMP built-in support instead of ours DONE (enabled as a default) - Use its piece prioritization support (debug) - - Get upload/download limit per torrent (uncomment some code) ALMOST - Improve ratio display / calculation / saving / per torrent... - Sorting in Download Status column should be smarter than just an alphabetical sort - Windows port : http://www.peerweb.nl/qbittorrent/experimentalbuild/testing.zip \ No newline at end of file diff --git a/src/Icons/splash.png b/src/Icons/splash.png index 6cfea5b3c..bc7fd5e19 100644 Binary files a/src/Icons/splash.png and b/src/Icons/splash.png differ diff --git a/src/src.pro b/src/src.pro index bce7637a4..e80f9fc8b 100644 --- a/src/src.pro +++ b/src/src.pro @@ -11,9 +11,9 @@ TARGET = qbittorrent CONFIG += qt thread x11 network # Update this VERSION for each release -DEFINES += VERSION=\\\"v0.10.0alpha7\\\" -DEFINES += VERSION_MAJOR=0 -DEFINES += VERSION_MINOR=10 +DEFINES += VERSION=\\\"v1.0.0alpha8\\\" +DEFINES += VERSION_MAJOR=1 +DEFINES += VERSION_MINOR=0 DEFINES += VERSION_BUGFIX=0 # Temporary hack