summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.qmake.conf2
-rw-r--r--src/utils/utils.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 53aeb41..d253d07 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,2 +1,2 @@
load(qt_build_config)
-MODULE_VERSION=1.0.0
+MODULE_VERSION=2.0.0
diff --git a/src/utils/utils.pro b/src/utils/utils.pro
index a15231f..e28b111 100644
--- a/src/utils/utils.pro
+++ b/src/utils/utils.pro
@@ -1,5 +1,5 @@
TARGET = QtDroidUtils
-VERSION = 5
+VERSION = 5.2
CONFIG += dll warn_on
QT = core network