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