summaryrefslogtreecommitdiffstats
path: root/src/qchartglobal.h
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2013-02-21 11:04:10 +0200
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-02-21 11:04:10 +0200
commitdc3d4ff0038e274edde3b3387795fcef30beaabc (patch)
tree45a6ac8e7aa77d2ada37f2476f9ea5822d35af6b /src/qchartglobal.h
parentadb1180446583e753cbff41f998cd5d61490467d (diff)
Updated version number and README for 1.2.1
Diffstat (limited to 'src/qchartglobal.h')
-rw-r--r--src/qchartglobal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qchartglobal.h b/src/qchartglobal.h
index 7d380907..66b9cbaf 100644
--- a/src/qchartglobal.h
+++ b/src/qchartglobal.h
@@ -23,11 +23,11 @@
#include <qglobal.h>
-#define QTCOMMERCIALCHART_VERSION_STR "1.2.0"
+#define QTCOMMERCIALCHART_VERSION_STR "1.2.1"
/*
QTCOMMERCIALCHART_VERSION is (major << 16) + (minor << 8) + patch.
*/
-#define QTCOMMERCIALCHART_VERSION 0x010200
+#define QTCOMMERCIALCHART_VERSION 0x010201
/*
can be used like #if (QTCOMMERCIALCHART_VERSION >= QTCOMMERCIALCHART_VERSION_CHECK(1, 1, 0))
*/