diff --git a/Changelog b/Changelog index c176c5d75..9048c4326 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unknown - Christophe Dumez - v2.7.0 +* Sun Mar 20 2011 - Christophe Dumez - v2.7.0 - FEATURE: Added search field for torrent content - FEATURE: Added auto-shutdown confirmation dialog - FEATURE: Added option to skip torrent deletion confirmation (Ville Kiiskinen) diff --git a/version.pri b/version.pri index fd779f56a..e1aee098e 100644 --- a/version.pri +++ b/version.pri @@ -1,11 +1,11 @@ os2 { - DEFINES += VERSION=\'\"v2.7.0rc2\"\' + DEFINES += VERSION=\'\"v2.7.0\"\' } else { - DEFINES += VERSION=\\\"v2.7.0rc2\\\" + DEFINES += VERSION=\\\"v2.7.0\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=7 DEFINES += VERSION_BUGFIX=0 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL -DEFINES += VERSION_TYPE=RELEASE_CANDIDATE +DEFINES += VERSION_TYPE=NORMAL