diff --git a/Info.plist b/Info.plist
index 68d4d42..3dedfef 100644
--- a/Info.plist
+++ b/Info.plist
@@ -5,7 +5,7 @@
CFBundleDevelopmentRegion
English
CFBundleShortVersionString
- 2.1.5 git
+ 2.1.6
NSHumanReadableCopyright
Copyright © 2013, Mike Roberts; © 2013, Nikos Chantziaras.
CFBundleIconFile
diff --git a/qtads.pro b/qtads.pro
index 35e64d3..3158a15 100644
--- a/qtads.pro
+++ b/qtads.pro
@@ -2,7 +2,7 @@ QT += core gui network
contains(QT_MAJOR_VERSION, 5):QT += widgets
TEMPLATE = app
CONFIG += silent warn_off
-VERSION = 2.1.5.99
+VERSION = 2.1.6
android {
CONFIG += mobility
diff --git a/src/globals.h b/src/globals.h
index c47d57e..5f9281e 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -2,11 +2,11 @@
#define GLOBALS_H
/* QTads version string. */
-#define QTADS_VERSION "2.1.5 git"
+#define QTADS_VERSION "2.1.6"
/* MS Windows executable resource versions. */
-#define W32_RC_FILEVERSION 2,1,5,99
-#define W32_RC_PRODUCTVERSION 2,1,5,99
+#define W32_RC_FILEVERSION 2,1,6,00
+#define W32_RC_PRODUCTVERSION 2,1,6,00
#ifdef __cplusplus
/* Works like qApp, but contains the global CHtmlSysFrameQt object instead. If