diff options
author | con <qtc-committer@nokia.com> | 2010-01-07 18:17:10 +0100 |
---|---|---|
committer | con <qtc-committer@nokia.com> | 2010-01-07 18:17:10 +0100 |
commit | 2e495e7075eb87fc9f0fb14fd2ff947983f6223f (patch) | |
tree | 3ac8736f3b7103db0b63cc1ab3c8f3e327bcfd6d /src/plugins/cvs | |
parent | aeaaa39225ab178ff7e1119d9ddf71e83b32c6f8 (diff) | |
download | qt-creator-2e495e7075eb87fc9f0fb14fd2ff947983f6223f.tar.gz |
Version bump.
Diffstat (limited to 'src/plugins/cvs')
-rw-r--r-- | src/plugins/cvs/CVS.pluginspec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/cvs/CVS.pluginspec b/src/plugins/cvs/CVS.pluginspec index c585278375..3a2e68c90f 100644 --- a/src/plugins/cvs/CVS.pluginspec +++ b/src/plugins/cvs/CVS.pluginspec @@ -1,4 +1,4 @@ -<plugin name="CVS" version="1.3.0" compatVersion="1.3.0"> +<plugin name="CVS" version="1.3.1" compatVersion="1.3.1"> <vendor>Nokia Corporation</vendor> <copyright>(C) 2008-2009 Nokia Corporation</copyright> <license> @@ -19,9 +19,9 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license> <description>CVS integration.</description> <url>http://qt.nokia.com</url> <dependencyList> - <dependency name="TextEditor" version="1.3.0"/> - <dependency name="ProjectExplorer" version="1.3.0"/> - <dependency name="Core" version="1.3.0"/> - <dependency name="VCSBase" version="1.3.0"/> + <dependency name="TextEditor" version="1.3.1"/> + <dependency name="ProjectExplorer" version="1.3.1"/> + <dependency name="Core" version="1.3.1"/> + <dependency name="VCSBase" version="1.3.1"/> </dependencyList> </plugin> |