Version bump to 6.2

Signed-off-by: Dawid Pakuła <zulus@w3des.net>
diff --git a/itcl/features/org.eclipse.dltk.itcl-feature/feature.xml b/itcl/features/org.eclipse.dltk.itcl-feature/feature.xml
index 74748c9..77c7eee 100644
--- a/itcl/features/org.eclipse.dltk.itcl-feature/feature.xml
+++ b/itcl/features/org.eclipse.dltk.itcl-feature/feature.xml
@@ -18,7 +18,7 @@
 <feature
       id="org.eclipse.dltk.itcl"
       label="%featureName"
-      version="6.1.0.qualifier"
+      version="6.2.0.qualifier"
       provider-name="%providerName"
       image="eclipse_update_120.jpg"
       license-feature="org.eclipse.license"
diff --git a/itcl/features/org.eclipse.dltk.itcl-feature/pom.xml b/itcl/features/org.eclipse.dltk.itcl-feature/pom.xml
index 6e23e9c..be6191d 100644
--- a/itcl/features/org.eclipse.dltk.itcl-feature/pom.xml
+++ b/itcl/features/org.eclipse.dltk.itcl-feature/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>itcl</artifactId>
     <groupId>org.eclipse.dltk.itcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.eclipse.dltk.features</groupId>
diff --git a/itcl/features/org.eclipse.dltk.itcl.sdk/feature.xml b/itcl/features/org.eclipse.dltk.itcl.sdk/feature.xml
index d2b3ce3..14caa9c 100644
--- a/itcl/features/org.eclipse.dltk.itcl.sdk/feature.xml
+++ b/itcl/features/org.eclipse.dltk.itcl.sdk/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.dltk.itcl.sdk"
       label="%featureName"
-      version="6.1.0.qualifier"
+      version="6.2.0.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0"
diff --git a/itcl/features/org.eclipse.dltk.itcl.sdk/pom.xml b/itcl/features/org.eclipse.dltk.itcl.sdk/pom.xml
index 1483a67..e897b76 100644
--- a/itcl/features/org.eclipse.dltk.itcl.sdk/pom.xml
+++ b/itcl/features/org.eclipse.dltk.itcl.sdk/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>itcl</artifactId>
     <groupId>org.eclipse.dltk.itcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.itcl.sdk</artifactId>
diff --git a/itcl/plugins/org.eclipse.dltk.itcl.core/META-INF/MANIFEST.MF b/itcl/plugins/org.eclipse.dltk.itcl.core/META-INF/MANIFEST.MF
index 91435d9..da402e0 100644
--- a/itcl/plugins/org.eclipse.dltk.itcl.core/META-INF/MANIFEST.MF
+++ b/itcl/plugins/org.eclipse.dltk.itcl.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.itcl.core;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.itcl.internal.core.IncrTCLPlugin
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/itcl/plugins/org.eclipse.dltk.itcl.core/pom.xml b/itcl/plugins/org.eclipse.dltk.itcl.core/pom.xml
index b7d312c..159f960 100644
--- a/itcl/plugins/org.eclipse.dltk.itcl.core/pom.xml
+++ b/itcl/plugins/org.eclipse.dltk.itcl.core/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>itcl</artifactId>
     <groupId>org.eclipse.dltk.itcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.itcl.core</artifactId>
diff --git a/itcl/plugins/org.eclipse.dltk.itcl.ui/META-INF/MANIFEST.MF b/itcl/plugins/org.eclipse.dltk.itcl.ui/META-INF/MANIFEST.MF
index a22d3cc..48443cc 100644
--- a/itcl/plugins/org.eclipse.dltk.itcl.ui/META-INF/MANIFEST.MF
+++ b/itcl/plugins/org.eclipse.dltk.itcl.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: %pluginName
 Bundle-Vendor: %pluginProvider
 Bundle-SymbolicName: org.eclipse.dltk.itcl.ui;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.itcl.internal.ui.IncrTclUI
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui,
diff --git a/itcl/plugins/org.eclipse.dltk.itcl.ui/pom.xml b/itcl/plugins/org.eclipse.dltk.itcl.ui/pom.xml
index 3756028..ca6222f 100644
--- a/itcl/plugins/org.eclipse.dltk.itcl.ui/pom.xml
+++ b/itcl/plugins/org.eclipse.dltk.itcl.ui/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>itcl</artifactId>
     <groupId>org.eclipse.dltk.itcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.itcl.ui</artifactId>
diff --git a/itcl/plugins/org.eclipse.dltk.itcl/META-INF/MANIFEST.MF b/itcl/plugins/org.eclipse.dltk.itcl/META-INF/MANIFEST.MF
index cf02146..51698f0 100644
--- a/itcl/plugins/org.eclipse.dltk.itcl/META-INF/MANIFEST.MF
+++ b/itcl/plugins/org.eclipse.dltk.itcl/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.itcl
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/itcl/plugins/org.eclipse.dltk.itcl/pom.xml b/itcl/plugins/org.eclipse.dltk.itcl/pom.xml
index fc9c135..9978816 100644
--- a/itcl/plugins/org.eclipse.dltk.itcl/pom.xml
+++ b/itcl/plugins/org.eclipse.dltk.itcl/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<artifactId>itcl</artifactId>
 		<groupId>org.eclipse.dltk.itcl</groupId>
-		<version>6.1.0-SNAPSHOT</version>
+		<version>6.2.0-SNAPSHOT</version>
 		<relativePath>../..</relativePath>
 	</parent>
 	<artifactId>org.eclipse.dltk.itcl</artifactId>
diff --git a/itcl/pom.xml b/itcl/pom.xml
index 5f6e0ff..361a7a1 100644
--- a/itcl/pom.xml
+++ b/itcl/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.eclipse.dltk.tcl</groupId>
 		<artifactId>tcl-all</artifactId>
-		<version>6.1.0-SNAPSHOT</version>
+		<version>6.2.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.eclipse.dltk.itcl</groupId>
diff --git a/itcl/tests/org.eclipse.dltk.itcl.core.tests/META-INF/MANIFEST.MF b/itcl/tests/org.eclipse.dltk.itcl.core.tests/META-INF/MANIFEST.MF
index 1f14a6b..6a5a0d4 100644
--- a/itcl/tests/org.eclipse.dltk.itcl.core.tests/META-INF/MANIFEST.MF
+++ b/itcl/tests/org.eclipse.dltk.itcl.core.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.itcl.core.tests
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Vendor: %pluginProvider
 Require-Bundle: org.eclipse.core.runtime,
  org.junit,
diff --git a/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml b/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml
index 2bf0bdc..c296a81 100644
--- a/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml
+++ b/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>itcl</artifactId>
     <groupId>org.eclipse.dltk.itcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.itcl.core.tests</artifactId>
diff --git a/pom.xml b/pom.xml
index ef12cf5..37c3c2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.eclipse.dltk</groupId>
 		<artifactId>dltk.build.all</artifactId>
-		<version>6.1.0-SNAPSHOT</version>
+		<version>6.2.0-SNAPSHOT</version>
 		<relativePath>../org.eclipse.dltk.releng/pom.xml</relativePath>
 	</parent>
 	<groupId>org.eclipse.dltk.tcl</groupId>
diff --git a/tcl/docs/org.eclipse.dltk.tcl.doc.user/META-INF/MANIFEST.MF b/tcl/docs/org.eclipse.dltk.tcl.doc.user/META-INF/MANIFEST.MF
index a84b68a..d8daffe 100644
--- a/tcl/docs/org.eclipse.dltk.tcl.doc.user/META-INF/MANIFEST.MF
+++ b/tcl/docs/org.eclipse.dltk.tcl.doc.user/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Created-By: 1.4.2 (IBM Corporation)
 Eclipse-LazyStart: true
 Bundle-SymbolicName: org.eclipse.dltk.tcl.doc.user;singleton:=true
diff --git a/tcl/docs/org.eclipse.dltk.tcl.doc.user/pom.xml b/tcl/docs/org.eclipse.dltk.tcl.doc.user/pom.xml
index 15c6d96..f53156e 100644
--- a/tcl/docs/org.eclipse.dltk.tcl.doc.user/pom.xml
+++ b/tcl/docs/org.eclipse.dltk.tcl.doc.user/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<artifactId>tcl</artifactId>
 		<groupId>org.eclipse.dltk.tcl</groupId>
-		<version>6.1.0-SNAPSHOT</version>
+		<version>6.2.0-SNAPSHOT</version>
 		<relativePath>../..</relativePath>
 	</parent>
 	<artifactId>org.eclipse.dltk.tcl.doc.user</artifactId>
diff --git a/tcl/features/org.eclipse.dltk.tcl-feature/feature.xml b/tcl/features/org.eclipse.dltk.tcl-feature/feature.xml
index d73a965..510093f 100644
--- a/tcl/features/org.eclipse.dltk.tcl-feature/feature.xml
+++ b/tcl/features/org.eclipse.dltk.tcl-feature/feature.xml
@@ -18,7 +18,7 @@
 <feature
       id="org.eclipse.dltk.tcl"
       label="%featureName"
-      version="6.1.0.qualifier"
+      version="6.2.0.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0"
diff --git a/tcl/features/org.eclipse.dltk.tcl-feature/pom.xml b/tcl/features/org.eclipse.dltk.tcl-feature/pom.xml
index eb87b93..7a40d2d 100644
--- a/tcl/features/org.eclipse.dltk.tcl-feature/pom.xml
+++ b/tcl/features/org.eclipse.dltk.tcl-feature/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>tcl</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.eclipse.dltk.features</groupId>
diff --git a/tcl/features/org.eclipse.dltk.tcl.sdk/feature.xml b/tcl/features/org.eclipse.dltk.tcl.sdk/feature.xml
index 91a4be7..579fddf 100644
--- a/tcl/features/org.eclipse.dltk.tcl.sdk/feature.xml
+++ b/tcl/features/org.eclipse.dltk.tcl.sdk/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.dltk.tcl.sdk"
       label="%featureName"
-      version="6.1.0.qualifier"
+      version="6.2.0.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0"
diff --git a/tcl/features/org.eclipse.dltk.tcl.sdk/pom.xml b/tcl/features/org.eclipse.dltk.tcl.sdk/pom.xml
index 4441a05..40fa9e6 100644
--- a/tcl/features/org.eclipse.dltk.tcl.sdk/pom.xml
+++ b/tcl/features/org.eclipse.dltk.tcl.sdk/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>tcl</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.tcl.sdk</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/META-INF/MANIFEST.MF
index 0e21116..0d94989 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.tcl.activestatedebugger;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.tcl.activestatedebugger.TclActiveStateDebuggerPlugin
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/pom.xml
index 18095bf..cbc0e77 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>tcl</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.tcl.activestatedebugger</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/META-INF/MANIFEST.MF
index 6aedc6e..c15ff59 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: DLTK Tcl Offline Indexer
 Bundle-Vendor: Eclipse DLTK
 Bundle-SymbolicName: org.eclipse.dltk.tcl.core.indexer;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.tcl.core.indexer.Activator
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.dltk.core;bundle-version="0.0.0",
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/pom.xml
index 66c3da1..5bb2e22 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>tcl</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.tcl.core.indexer</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.core/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.core/META-INF/MANIFEST.MF
index 895ddfb..764d7ed 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.core/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.tcl.core;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.tcl.core.TclPlugin
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.core/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.core/pom.xml
index 3b08553..cbcaa33 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.core/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.core/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>tcl</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.tcl.core</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/META-INF/MANIFEST.MF
index b380bbd..ace4be3 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.tcl.debug.ui;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.debug.ui,
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/pom.xml
index 9f8024d..cc12483 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>tcl</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.tcl.debug.ui</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.debug/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.debug/META-INF/MANIFEST.MF
index ee46283..6d33574 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.debug/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.debug/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.tcl.debug;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.dltk.debug;bundle-version="0.0.0",
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.debug/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.debug/pom.xml
index 818a0fa..202d0bd 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.debug/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.debug/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>tcl</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.tcl.debug</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.formatter/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.formatter/META-INF/MANIFEST.MF
index 7e87046..458bc07 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.formatter/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.formatter/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.tcl.formatter;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.tcl.formatter.internal.TclFormatterPlugin
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui,
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.formatter/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.formatter/pom.xml
index 37b17e7..a5e0648 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.formatter/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.formatter/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>tcl</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.tcl.formatter</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.launching/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.launching/META-INF/MANIFEST.MF
index acb6322..615657c 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.launching/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.launching/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.tcl.launching;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.tcl.launching.TclLaunchingPlugin
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.launching/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.launching/pom.xml
index 97760e9..7b6b518 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.launching/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.launching/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>tcl</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.tcl.launching</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.parser/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.parser/META-INF/MANIFEST.MF
index eb844e5..5c47c98 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.parser/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.parser/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.tcl.parser;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-ClassPath: .
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.parser/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.parser/pom.xml
index 7a31b49..5e1ee8e 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.parser/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.parser/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>tcl</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.tcl.parser</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/META-INF/MANIFEST.MF
index 2736556..eefcfb2 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.tcl.tclchecker;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-ClassPath: .
 Bundle-Activator: org.eclipse.dltk.tcl.tclchecker.TclCheckerPlugin
 Bundle-Vendor: %pluginProvider
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/pom.xml
index 1d133b5..16942fc 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>tcl</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.tcl.tclchecker</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.tcllib/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.tcllib/META-INF/MANIFEST.MF
index f94e7f1..4f1ac15 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.tcllib/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.tcllib/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.tcl.tcllib;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Vendor: %pluginProvider
 Require-Bundle: org.eclipse.dltk.tcl.parser;bundle-version="0.0.0"
 Bundle-Localization: plugin
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.tcllib/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.tcllib/pom.xml
index 97ada1d..20e0ab6 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.tcllib/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.tcllib/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<artifactId>tcl</artifactId>
 		<groupId>org.eclipse.dltk.tcl</groupId>
-		<version>6.1.0-SNAPSHOT</version>
+		<version>6.2.0-SNAPSHOT</version>
 		<relativePath>../..</relativePath>
 	</parent>
 	<artifactId>org.eclipse.dltk.tcl.tcllib</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/META-INF/MANIFEST.MF
index 091fbe8..69992b2 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.tcl.testing.tcltest;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.tcl.testing.internal.tcltest.Activator
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/pom.xml
index 82a31bd..792c951 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>tcl</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.tcl.testing.tcltest</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.testing/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.testing/META-INF/MANIFEST.MF
index a7f24e1..a3e66d6 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.testing/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.testing/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.tcl.testing;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.tcl.internal.testing.Activator
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui,
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.testing/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.testing/pom.xml
index f98900a..249dab5 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.testing/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.testing/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>tcl</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.tcl.testing</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.ui/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.ui/META-INF/MANIFEST.MF
index e8ffd3f..5bffb4f 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.ui/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.tcl.ui; singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.tcl.internal.ui.TclUI
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.ui/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.ui/pom.xml
index bfde8a2..1076bdd 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.ui/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.ui/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>tcl</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.tcl.ui</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.validators/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.validators/META-INF/MANIFEST.MF
index 528ba5c..15e712d 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.validators/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.validators/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.tcl.validators;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.tcl.validators.TclValidatorsCore
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.validators/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.validators/pom.xml
index 48661e5..0fd76e6 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.validators/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.validators/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>tcl</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.tcl.validators</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl/META-INF/MANIFEST.MF
index 5c5e3df..d647999 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.tcl
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/tcl/plugins/org.eclipse.dltk.tcl/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl/pom.xml
index 905fad6..041c26f 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<artifactId>tcl</artifactId>
 		<groupId>org.eclipse.dltk.tcl</groupId>
-		<version>6.1.0-SNAPSHOT</version>
+		<version>6.2.0-SNAPSHOT</version>
 		<relativePath>../..</relativePath>
 	</parent>
 	<artifactId>org.eclipse.dltk.tcl</artifactId>
diff --git a/tcl/pom.xml b/tcl/pom.xml
index 69b147e..d420514 100644
--- a/tcl/pom.xml
+++ b/tcl/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.eclipse.dltk.tcl</groupId>
 		<artifactId>tcl-all</artifactId>
-		<version>6.1.0-SNAPSHOT</version>
+		<version>6.2.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.eclipse.dltk.tcl</groupId>
diff --git a/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/META-INF/MANIFEST.MF b/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/META-INF/MANIFEST.MF
index 755f5d2..85ecf0b 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/META-INF/MANIFEST.MF
+++ b/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: Tests Plug-in
 Bundle-Vendor: Eclipse DLTK
 Bundle-SymbolicName: org.eclipse.dltk.tcl.activestatedebugger.tests
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.tcl.activestatedebugger.tests.Activator
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.dltk.tcl.activestatedebugger,
diff --git a/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/pom.xml b/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/pom.xml
index 451ef6f..964b19b 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/pom.xml
+++ b/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/pom.xml
@@ -5,12 +5,12 @@
   <parent>
     <artifactId>tcl.tests</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <groupId>org.eclipse.dltk.tcl</groupId>
   <artifactId>org.eclipse.dltk.tcl.activestatedebugger.tests</artifactId>
-  <version>6.1.0-SNAPSHOT</version>
+  <version>6.2.0-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
   <build>
 	  <plugins>
diff --git a/tcl/tests/org.eclipse.dltk.tcl.core.tests/META-INF/MANIFEST.MF b/tcl/tests/org.eclipse.dltk.tcl.core.tests/META-INF/MANIFEST.MF
index 3e52a9e..577aad3 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.core.tests/META-INF/MANIFEST.MF
+++ b/tcl/tests/org.eclipse.dltk.tcl.core.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.tcl.core.tests
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.tcl.core.tests.model.Activator
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/tcl/tests/org.eclipse.dltk.tcl.core.tests/pom.xml b/tcl/tests/org.eclipse.dltk.tcl.core.tests/pom.xml
index a23c018..88953e2 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.core.tests/pom.xml
+++ b/tcl/tests/org.eclipse.dltk.tcl.core.tests/pom.xml
@@ -5,12 +5,12 @@
   <parent>
     <artifactId>tcl.tests</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <groupId>org.eclipse.dltk.tcl</groupId>
   <artifactId>org.eclipse.dltk.tcl.core.tests</artifactId>
-  <version>6.1.0-SNAPSHOT</version>
+  <version>6.2.0-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
   <build>
 	  <plugins>
diff --git a/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/META-INF/MANIFEST.MF b/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/META-INF/MANIFEST.MF
index b24efa0..19a26be 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/META-INF/MANIFEST.MF
+++ b/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: Tests Plug-in
 Bundle-Vendor: Eclipse DLTK
 Bundle-SymbolicName: org.eclipse.dltk.tcl.formatter.tests;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Require-Bundle: org.eclipse.core.runtime,
  org.junit,
  org.eclipse.jface.text,
diff --git a/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/pom.xml b/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/pom.xml
index cedd38b..4787ff9 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/pom.xml
+++ b/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/pom.xml
@@ -5,12 +5,12 @@
   <parent>
     <artifactId>tcl.tests</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <groupId>org.eclipse.dltk.tcl</groupId>
   <artifactId>org.eclipse.dltk.tcl.formatter.tests</artifactId>
-  <version>6.1.0-SNAPSHOT</version>
+  <version>6.2.0-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
   <build>
 	  <plugins>
diff --git a/tcl/tests/org.eclipse.dltk.tcl.parser.tests/META-INF/MANIFEST.MF b/tcl/tests/org.eclipse.dltk.tcl.parser.tests/META-INF/MANIFEST.MF
index c031da6..cf60f16 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.parser.tests/META-INF/MANIFEST.MF
+++ b/tcl/tests/org.eclipse.dltk.tcl.parser.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.tcl.parser.tests;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-ClassPath: .
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/tcl/tests/org.eclipse.dltk.tcl.parser.tests/pom.xml b/tcl/tests/org.eclipse.dltk.tcl.parser.tests/pom.xml
index 57e53c9..ecd0be7 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.parser.tests/pom.xml
+++ b/tcl/tests/org.eclipse.dltk.tcl.parser.tests/pom.xml
@@ -5,12 +5,12 @@
   <parent>
     <artifactId>tcl.tests</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <groupId>org.eclipse.dltk.tcl</groupId>
   <artifactId>org.eclipse.dltk.tcl.parser.tests</artifactId>
-  <version>6.1.0-SNAPSHOT</version>
+  <version>6.2.0-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
   <build>
 	  <plugins>
diff --git a/tcl/tests/org.eclipse.dltk.tcl.tests/META-INF/MANIFEST.MF b/tcl/tests/org.eclipse.dltk.tcl.tests/META-INF/MANIFEST.MF
index 5685fbc..3be922b 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.tests/META-INF/MANIFEST.MF
+++ b/tcl/tests/org.eclipse.dltk.tcl.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.tcl.tests
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.tcl.tests.TclTestsPlugin
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/tcl/tests/org.eclipse.dltk.tcl.tests/pom.xml b/tcl/tests/org.eclipse.dltk.tcl.tests/pom.xml
index f092321..fcae2f6 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.tests/pom.xml
+++ b/tcl/tests/org.eclipse.dltk.tcl.tests/pom.xml
@@ -5,12 +5,12 @@
   <parent>
     <artifactId>tcl.tests</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <groupId>org.eclipse.dltk.tcl</groupId>
   <artifactId>org.eclipse.dltk.tcl.tests</artifactId>
-  <version>6.1.0-SNAPSHOT</version>
+  <version>6.2.0-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
   <build>
 	  <plugins>
diff --git a/tcl/tests/org.eclipse.dltk.tcl.ui.tests/META-INF/MANIFEST.MF b/tcl/tests/org.eclipse.dltk.tcl.ui.tests/META-INF/MANIFEST.MF
index c91ab4f..2efc856 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.ui.tests/META-INF/MANIFEST.MF
+++ b/tcl/tests/org.eclipse.dltk.tcl.ui.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.tcl.ui.tests
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.tcl.ui.tests.TclUITestsPlugin
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/tcl/tests/org.eclipse.dltk.tcl.ui.tests/pom.xml b/tcl/tests/org.eclipse.dltk.tcl.ui.tests/pom.xml
index 48a580c..b97df17 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.ui.tests/pom.xml
+++ b/tcl/tests/org.eclipse.dltk.tcl.ui.tests/pom.xml
@@ -6,12 +6,12 @@
 	<parent>
 		<artifactId>tcl.tests</artifactId>
 		<groupId>org.eclipse.dltk.tcl</groupId>
-		<version>6.1.0-SNAPSHOT</version>
+		<version>6.2.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 	<groupId>org.eclipse.dltk.tcl</groupId>
 	<artifactId>org.eclipse.dltk.tcl.ui.tests</artifactId>
-	<version>6.1.0-SNAPSHOT</version>
+	<version>6.2.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
 	<properties>
 		<os-jvm-flags></os-jvm-flags>
diff --git a/tcl/tests/org.eclipse.dltk.tcl.validators.tests/META-INF/MANIFEST.MF b/tcl/tests/org.eclipse.dltk.tcl.validators.tests/META-INF/MANIFEST.MF
index c5deff9..28ce346 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.validators.tests/META-INF/MANIFEST.MF
+++ b/tcl/tests/org.eclipse.dltk.tcl.validators.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.tcl.validators.tests;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.tcl.internal.validators.TclValidatorTestsPlugin
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.core.runtime,
diff --git a/tcl/tests/org.eclipse.dltk.tcl.validators.tests/pom.xml b/tcl/tests/org.eclipse.dltk.tcl.validators.tests/pom.xml
index 798b2b2..512d8bb 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.validators.tests/pom.xml
+++ b/tcl/tests/org.eclipse.dltk.tcl.validators.tests/pom.xml
@@ -5,12 +5,12 @@
   <parent>
     <artifactId>tcl.tests</artifactId>
     <groupId>org.eclipse.dltk.tcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <groupId>org.eclipse.dltk.tcl</groupId>
   <artifactId>org.eclipse.dltk.tcl.validators.tests</artifactId>
-  <version>6.1.0-SNAPSHOT</version>
+  <version>6.2.0-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
   <build>
 	  <plugins>
diff --git a/tcl/tests/pom.xml b/tcl/tests/pom.xml
index 04d7b7c..61f3fe5 100644
--- a/tcl/tests/pom.xml
+++ b/tcl/tests/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<artifactId>tcl</artifactId>
 		<groupId>org.eclipse.dltk.tcl</groupId>
-		<version>6.1.0-SNAPSHOT</version>
+		<version>6.2.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 	<artifactId>tcl.tests</artifactId>
diff --git a/xotcl/features/org.eclipse.dltk.xotcl-feature/feature.xml b/xotcl/features/org.eclipse.dltk.xotcl-feature/feature.xml
index 5892d50..c9f24c7 100644
--- a/xotcl/features/org.eclipse.dltk.xotcl-feature/feature.xml
+++ b/xotcl/features/org.eclipse.dltk.xotcl-feature/feature.xml
@@ -18,7 +18,7 @@
 <feature
       id="org.eclipse.dltk.xotcl"
       label="%featureName"
-      version="6.1.0.qualifier"
+      version="6.2.0.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0"
diff --git a/xotcl/features/org.eclipse.dltk.xotcl-feature/pom.xml b/xotcl/features/org.eclipse.dltk.xotcl-feature/pom.xml
index aa47a49..c629579 100644
--- a/xotcl/features/org.eclipse.dltk.xotcl-feature/pom.xml
+++ b/xotcl/features/org.eclipse.dltk.xotcl-feature/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>xotcl</artifactId>
     <groupId>org.eclipse.dltk.xotcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.eclipse.dltk.features</groupId>
diff --git a/xotcl/features/org.eclipse.dltk.xotcl.sdk/feature.xml b/xotcl/features/org.eclipse.dltk.xotcl.sdk/feature.xml
index a3e5f1d..62ba6cc 100644
--- a/xotcl/features/org.eclipse.dltk.xotcl.sdk/feature.xml
+++ b/xotcl/features/org.eclipse.dltk.xotcl.sdk/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.dltk.xotcl.sdk"
       label="%featureName"
-      version="6.1.0.qualifier"
+      version="6.2.0.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0"
diff --git a/xotcl/features/org.eclipse.dltk.xotcl.sdk/pom.xml b/xotcl/features/org.eclipse.dltk.xotcl.sdk/pom.xml
index 2aee079..a85095a 100644
--- a/xotcl/features/org.eclipse.dltk.xotcl.sdk/pom.xml
+++ b/xotcl/features/org.eclipse.dltk.xotcl.sdk/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>xotcl</artifactId>
     <groupId>org.eclipse.dltk.xotcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.xotcl.sdk</artifactId>
diff --git a/xotcl/plugins/org.eclipse.dltk.xotcl.core/META-INF/MANIFEST.MF b/xotcl/plugins/org.eclipse.dltk.xotcl.core/META-INF/MANIFEST.MF
index de9e365..a0010e5 100644
--- a/xotcl/plugins/org.eclipse.dltk.xotcl.core/META-INF/MANIFEST.MF
+++ b/xotcl/plugins/org.eclipse.dltk.xotcl.core/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: %pluginName
 Bundle-Vendor: %pluginProvider
 Bundle-SymbolicName: org.eclipse.dltk.xotcl.core;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.xotcl.internal.core.XOTclPlugin
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.core.runtime,
diff --git a/xotcl/plugins/org.eclipse.dltk.xotcl.core/pom.xml b/xotcl/plugins/org.eclipse.dltk.xotcl.core/pom.xml
index 97d05ea..afbb6ec 100644
--- a/xotcl/plugins/org.eclipse.dltk.xotcl.core/pom.xml
+++ b/xotcl/plugins/org.eclipse.dltk.xotcl.core/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>xotcl</artifactId>
     <groupId>org.eclipse.dltk.xotcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.xotcl.core</artifactId>
diff --git a/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/META-INF/MANIFEST.MF b/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/META-INF/MANIFEST.MF
index 434d89c..d6cf3f4 100644
--- a/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/META-INF/MANIFEST.MF
+++ b/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.xotcl.testing.xounit;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.xotcl.testing.internal.xounit.Activator
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/pom.xml b/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/pom.xml
index ece9a94..6c21b4a 100644
--- a/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/pom.xml
+++ b/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>xotcl</artifactId>
     <groupId>org.eclipse.dltk.xotcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.xotcl.testing.xounit</artifactId>
diff --git a/xotcl/plugins/org.eclipse.dltk.xotcl.ui/META-INF/MANIFEST.MF b/xotcl/plugins/org.eclipse.dltk.xotcl.ui/META-INF/MANIFEST.MF
index 74ef66b..c1efa17 100644
--- a/xotcl/plugins/org.eclipse.dltk.xotcl.ui/META-INF/MANIFEST.MF
+++ b/xotcl/plugins/org.eclipse.dltk.xotcl.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: %pluginName
 Bundle-Vendor: %pluginProvider
 Bundle-SymbolicName: org.eclipse.dltk.xotcl.ui;singleton:=true
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.xotcl.internal.ui.XOTclUI
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui,
diff --git a/xotcl/plugins/org.eclipse.dltk.xotcl.ui/pom.xml b/xotcl/plugins/org.eclipse.dltk.xotcl.ui/pom.xml
index 2678811..119c6f9 100644
--- a/xotcl/plugins/org.eclipse.dltk.xotcl.ui/pom.xml
+++ b/xotcl/plugins/org.eclipse.dltk.xotcl.ui/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>xotcl</artifactId>
     <groupId>org.eclipse.dltk.xotcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.xotcl.ui</artifactId>
diff --git a/xotcl/plugins/org.eclipse.dltk.xotcl/META-INF/MANIFEST.MF b/xotcl/plugins/org.eclipse.dltk.xotcl/META-INF/MANIFEST.MF
index 0b2ac15..37f08bb 100644
--- a/xotcl/plugins/org.eclipse.dltk.xotcl/META-INF/MANIFEST.MF
+++ b/xotcl/plugins/org.eclipse.dltk.xotcl/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.xotcl
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/xotcl/plugins/org.eclipse.dltk.xotcl/pom.xml b/xotcl/plugins/org.eclipse.dltk.xotcl/pom.xml
index 7275492..eddf0a4 100644
--- a/xotcl/plugins/org.eclipse.dltk.xotcl/pom.xml
+++ b/xotcl/plugins/org.eclipse.dltk.xotcl/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<artifactId>xotcl</artifactId>
 		<groupId>org.eclipse.dltk.xotcl</groupId>
-		<version>6.1.0-SNAPSHOT</version>
+		<version>6.2.0-SNAPSHOT</version>
 		<relativePath>../..</relativePath>
 	</parent>
 	<artifactId>org.eclipse.dltk.xotcl</artifactId>
diff --git a/xotcl/pom.xml b/xotcl/pom.xml
index 10ac5c4..df99ee7 100644
--- a/xotcl/pom.xml
+++ b/xotcl/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.eclipse.dltk.tcl</groupId>
 		<artifactId>tcl-all</artifactId>
-		<version>6.1.0-SNAPSHOT</version>
+		<version>6.2.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.eclipse.dltk.xotcl</groupId>
diff --git a/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/META-INF/MANIFEST.MF b/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/META-INF/MANIFEST.MF
index 24b0325..d34ca32 100644
--- a/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/META-INF/MANIFEST.MF
+++ b/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.xotcl.core.tests
-Bundle-Version: 6.1.0.qualifier
+Bundle-Version: 6.2.0.qualifier
 Bundle-Activator: org.eclipse.dltk.xotcl.core.tests.Activator
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml b/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml
index b6322e2..78c79f2 100644
--- a/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml
+++ b/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>xotcl</artifactId>
     <groupId>org.eclipse.dltk.xotcl</groupId>
-    <version>6.1.0-SNAPSHOT</version>
+    <version>6.2.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.xotcl.core.tests</artifactId>