--- a/common.pri Fri Sep 17 08:34:34 2010 +0300
+++ b/common.pri Mon Oct 04 01:37:06 2010 +0300
@@ -36,7 +36,7 @@
#didn't select a version - if Qt is build in debug_and_release
#this avoids problems for third party as qmake build debug by default
#If mobility selected debug_and_release but Qt only supports
-#one version but not the other we slently disable the impossible combination
+#one version but not the other we silently disable the impossible combination
win32:contains(CONFIG_WIN32,build_all) {
contains(QT_CONFIG,debug):contains(QT_CONFIG,release) {
contains(TEMPLATE,.*lib):!plugin {
@@ -88,7 +88,7 @@
contains(TEMPLATE,.*lib) {
DESTDIR = $$OUTPUT_DIR/lib
symbian:defFilePath=../s60installs
-# VERSION = 1.0.2
+ VERSION = 1.0.3
} else {
DESTDIR = $$OUTPUT_DIR/bin
}