version bump 2.0.91 -> 2.1.81

Should have been done earlier. 2.1.80 was burned in the pre-2.1.0->2.0.1
days, and we'd like to have odd subminor for 'working' and even subminor
numbers for pure cherry-picking release branches anyway.
This commit is contained in:
hjk
2010-09-30 13:49:10 +02:00
parent a75758f082
commit e6dd3ff5f0
42 changed files with 152 additions and 152 deletions

View File

@@ -1,4 +1,4 @@
<plugin name="HelloWorld" version="2.0.91" compatVersion="2.0.91" experimental="true">
<plugin name="HelloWorld" version="2.1.81" compatVersion="2.1.81" experimental="true">
<vendor>Nokia Corporation</vendor>
<copyright>(C) 2010 Nokia Corporation</copyright>
<license>
@@ -13,6 +13,6 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
<description>Hello World sample plugin.</description>
<url>http://qt.nokia.com</url>
<dependencyList>
<dependency name="Core" version="2.0.91"/>
<dependency name="Core" version="2.1.81"/>
</dependencyList>
</plugin>