diff options
author | Eike Ziller <eike.ziller@digia.com> | 2013-07-05 10:40:51 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@digia.com> | 2013-07-09 15:14:10 +0200 |
commit | cc7c3c96238c540bc7b09c7fe2012e9c33d236b6 (patch) | |
tree | c64117abe7ba1e4b1ca43755fb1a85c9b56d07a3 /src/plugins/updateinfo | |
parent | 0a9d69a2e460fbb9d8800a1265debe0b0d8f08a0 (diff) | |
download | qt-creator-cc7c3c96238c540bc7b09c7fe2012e9c33d236b6.tar.gz |
Add QTCREATOR_COMPAT_VERSION
Necessary for keeping compatibility within a minor series.
When bumping versions, the compatVersion now needs to be taken into
account too.
Change-Id: I588947f885480889ff2f58481f72db76e3f1a9f1
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/updateinfo')
-rw-r--r-- | src/plugins/updateinfo/UpdateInfo.pluginspec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/updateinfo/UpdateInfo.pluginspec.in b/src/plugins/updateinfo/UpdateInfo.pluginspec.in index 1046fc92ff..862c62ceb3 100644 --- a/src/plugins/updateinfo/UpdateInfo.pluginspec.in +++ b/src/plugins/updateinfo/UpdateInfo.pluginspec.in @@ -1,4 +1,4 @@ -<plugin name=\"UpdateInfo\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\" experimental=\"$$UPDATEINFO_EXPERIMENTAL_STR\"> +<plugin name=\"UpdateInfo\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_COMPAT_VERSION\" experimental=\"$$UPDATEINFO_EXPERIMENTAL_STR\"> <vendor>Digia Plc</vendor> <copyright>(C) 2013 Digia Plc</copyright> <license> |