diff --git a/Changelog b/Changelog index 0c89d9729..7646ffcba 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +* Unknown - Christophe Dumez - v0.9.1 + - BUGFIX: A lot of fixes in configure file + * Sun Apr 01 2007 - Christophe Dumez - v0.9.0 - FEATURE: Based on libtorrent v0.12 - FEATURE: Based on Qt4.2 diff --git a/src/Icons/splash.jpg b/src/Icons/splash.jpg index 4b0b8dcd8..1477e2fae 100644 Binary files a/src/Icons/splash.jpg and b/src/Icons/splash.jpg differ diff --git a/src/src.pro b/src/src.pro index 7cd28041b..8933f8818 100644 --- a/src/src.pro +++ b/src/src.pro @@ -11,10 +11,10 @@ TARGET = qbittorrent CONFIG += qt thread x11 # Update this VERSION for each release -DEFINES += VERSION=\\\"v0.9.0\\\" +DEFINES += VERSION=\\\"v0.9.1beta1\\\" DEFINES += VERSION_MAJOR=0 DEFINES += VERSION_MINOR=9 -DEFINES += VERSION_BUGFIX=0 +DEFINES += VERSION_BUGFIX=1 contains(DEBUG_MODE, 1){ CONFIG += debug