diff options
author | Daniel Molkentin <daniel.molkentin@nokia.com> | 2009-03-04 12:46:05 +0100 |
---|---|---|
committer | Daniel Molkentin <daniel.molkentin@nokia.com> | 2009-03-04 12:46:05 +0100 |
commit | a155cec18f092b78e9d0e1f5886413bf8d503e21 (patch) | |
tree | 6d10ae1bc728049749d8b5fb26b65334e385f1fd /src/plugins/regexp/RegExp.pluginspec | |
parent | 08d0b03e70395c72b29906bc5dcfba68496a2ebc (diff) | |
download | qt-creator-a155cec18f092b78e9d0e1f5886413bf8d503e21.tar.gz |
Fixes: Bump Creator version after release
Task: -
RevBy: Thorbjorn
AutoTest: -
Diffstat (limited to 'src/plugins/regexp/RegExp.pluginspec')
-rw-r--r-- | src/plugins/regexp/RegExp.pluginspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/regexp/RegExp.pluginspec b/src/plugins/regexp/RegExp.pluginspec index b7ddcf4e6b..7105065544 100644 --- a/src/plugins/regexp/RegExp.pluginspec +++ b/src/plugins/regexp/RegExp.pluginspec @@ -1,4 +1,4 @@ -<plugin name="RegExp" version="1.0.0" compatVersion="1.0.0"> +<plugin name="RegExp" version="1.0.80" compatVersion="1.0.80"> <vendor>Nokia Corporation</vendor> <copyright>(C) 2008-2009 Nokia Corporation</copyright> <license> @@ -19,6 +19,6 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license> <description>Regular Expression test widget.</description> <url>http://www.qtsoftware.com</url> <dependencyList> - <dependency name="Core" version="1.0.0"/> + <dependency name="Core" version="1.0.80"/> </dependencyList> </plugin> |