From 486f9c55dd510dc39dd30173651561ad8b251541 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 26 Dec 2010 13:41:47 +0000 Subject: [PATCH] Bump to beta3 --- src/searchengine/search.qrc | 2 +- version.pri | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/searchengine/search.qrc b/src/searchengine/search.qrc index fdb98b369..ed1bd60df 100644 --- a/src/searchengine/search.qrc +++ b/src/searchengine/search.qrc @@ -21,7 +21,7 @@ nova/engines/vertor.py nova/engines/extratorrent.py nova/engines/extratorrent.png - nova/engines/kickasstorrents.png + nova/engines/kickasstorrents.py nova/engines/kickasstorrents.png diff --git a/version.pri b/version.pri index f03843dd9..9d4e9bcf0 100644 --- a/version.pri +++ b/version.pri @@ -1,7 +1,7 @@ os2 { - DEFINES += VERSION=\'\"v2.6.0beta2\"\' + DEFINES += VERSION=\'\"v2.6.0beta3\"\' } else { - DEFINES += VERSION=\\\"v2.6.0beta2\\\" + DEFINES += VERSION=\\\"v2.6.0beta3\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=6