v4913
diff --git a/bundles/binaries-parent/pom.xml b/bundles/binaries-parent/pom.xml
index f44b98c..aaca235 100644
--- a/bundles/binaries-parent/pom.xml
+++ b/bundles/binaries-parent/pom.xml
@@ -11,87 +11,171 @@
 #     Krzysztof Daniel, Red Hat, Inc. - initial API and implementation
 ###############################################################################
 --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>eclipse.platform.swt.binaries</artifactId>
+      
+    <modelVersion>4.0.0</modelVersion>
+      
+    <parent>
+            
+        <artifactId>eclipse.platform.swt.binaries</artifactId>
+            
+        <groupId>eclipse.platform.swt.binaries</groupId>
+            
+        <version>4.9.0-SNAPSHOT</version>
+            
+        <relativePath>../../</relativePath>
+          
+    </parent>
+      
     <groupId>eclipse.platform.swt.binaries</groupId>
+      
+    <artifactId>binaries-parent</artifactId>
+      
     <version>4.9.0-SNAPSHOT</version>
-    <relativePath>../../</relativePath>
-  </parent>
-  <groupId>eclipse.platform.swt.binaries</groupId>
-  <artifactId>binaries-parent</artifactId>
-  <version>4.9.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <properties>
-    <forceContextQualifier>v20180713-1901</forceContextQualifier>
-  </properties>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-packaging-plugin</artifactId>
-        <version>${tycho.version}</version>
-        <configuration>
-          <forceContextQualifier>${forceContextQualifier}</forceContextQualifier>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>target-platform-configuration</artifactId>
-        <version>${tycho.version}</version>
-        <configuration>
-          <dependency-resolution>
-            <profileProperties>
-              <!-- set property so that the filter condition on the p2 dependencies from org.eclipse.swt to the fragments does not match -->
-              <org.eclipse.swt.buildtime>true</org.eclipse.swt.buildtime>
-            </profileProperties>
-          </dependency-resolution>
-          <environments>
-            <environment>
-              <os>${os}</os>
-              <ws>${ws}</ws>
-              <arch>${arch}</arch>
-            </environment>
-          </environments>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>normal</id>
-            <phase>initialize</phase>
-            <configuration>
-              <target>
-                <property name="copy.src.dir" value="src"/>
-                <ant antfile="build.xml" target="copy.${ws}.src"/>
-              </target>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-        </executions>
-        <dependencies>
-          <dependency>
-            <groupId>com.sun</groupId>
-            <artifactId>tools</artifactId>
-            <version>0.0.0</version>
-            <scope>system</scope>
-            <systemPath>${toolsjar}</systemPath>
-          </dependency>
-          <dependency>
-            <groupId>org.mozilla</groupId>
-            <artifactId>rhino</artifactId>
-            <version>1.7.10</version>
-          </dependency>
-          <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-apache-bsf</artifactId>
-            <version>1.10.3</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-    </plugins>
-  </build>
+      
+    <packaging>pom</packaging>
+      
+    <properties>
+            
+        <forceContextQualifier>v20180718-0123</forceContextQualifier>
+          
+    </properties>
+      
+    <build>
+            
+        <plugins>
+                  
+            <plugin>
+                        
+                <groupId>org.eclipse.tycho</groupId>
+                        
+                <artifactId>tycho-packaging-plugin</artifactId>
+                        
+                <version>${tycho.version}</version>
+                        
+                <configuration>
+                              
+                    <forceContextQualifier>${forceContextQualifier}</forceContextQualifier>
+                            
+                </configuration>
+                      
+            </plugin>
+                  
+            <plugin>
+                        
+                <groupId>org.eclipse.tycho</groupId>
+                        
+                <artifactId>target-platform-configuration</artifactId>
+                        
+                <version>${tycho.version}</version>
+                        
+                <configuration>
+                              
+                    <dependency-resolution>
+                                    
+                        <profileProperties>
+                                          
+                            <!-- set property so that the filter condition on the p2 dependencies from org.eclipse.swt to the fragments does not match -->
+                                          
+                            <org.eclipse.swt.buildtime>true</org.eclipse.swt.buildtime>
+                                        
+                        </profileProperties>
+                                  
+                    </dependency-resolution>
+                              
+                    <environments>
+                                    
+                        <environment>
+                                          
+                            <os>${os}</os>
+                                          
+                            <ws>${ws}</ws>
+                                          
+                            <arch>${arch}</arch>
+                                        
+                        </environment>
+                                  
+                    </environments>
+                            
+                </configuration>
+                      
+            </plugin>
+                  
+            <plugin>
+                        
+                <artifactId>maven-antrun-plugin</artifactId>
+                        
+                <executions>
+                              
+                    <execution>
+                                    
+                        <id>normal</id>
+                                    
+                        <phase>initialize</phase>
+                                    
+                        <configuration>
+                                          
+                            <target>
+                                                
+                                <property name="copy.src.dir" value="src"/>
+                                                
+                                <ant antfile="build.xml" target="copy.${ws}.src"/>
+                                              
+                            </target>
+                                        
+                        </configuration>
+                                    
+                        <goals>
+                                          
+                            <goal>run</goal>
+                                        
+                        </goals>
+                                  
+                    </execution>
+                            
+                </executions>
+                        
+                <dependencies>
+                              
+                    <dependency>
+                                    
+                        <groupId>com.sun</groupId>
+                                    
+                        <artifactId>tools</artifactId>
+                                    
+                        <version>0.0.0</version>
+                                    
+                        <scope>system</scope>
+                                    
+                        <systemPath>${toolsjar}</systemPath>
+                                  
+                    </dependency>
+                              
+                    <dependency>
+                                    
+                        <groupId>org.mozilla</groupId>
+                                    
+                        <artifactId>rhino</artifactId>
+                                    
+                        <version>1.7.10</version>
+                                  
+                    </dependency>
+                              
+                    <dependency>
+                                    
+                        <groupId>org.apache.ant</groupId>
+                                    
+                        <artifactId>ant-apache-bsf</artifactId>
+                                    
+                        <version>1.10.3</version>
+                                  
+                    </dependency>
+                            
+                </dependencies>
+                      
+            </plugin>
+                
+        </plugins>
+          
+    </build>
+    
 </project>
diff --git a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/libswt-awt-cocoa-4912.jnilib b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/libswt-awt-cocoa-4913.jnilib
similarity index 100%
rename from bundles/org.eclipse.swt.cocoa.macosx.x86_64/libswt-awt-cocoa-4912.jnilib
rename to bundles/org.eclipse.swt.cocoa.macosx.x86_64/libswt-awt-cocoa-4913.jnilib
Binary files differ
diff --git a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/libswt-cocoa-4912.jnilib b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/libswt-cocoa-4913.jnilib
similarity index 100%
rename from bundles/org.eclipse.swt.cocoa.macosx.x86_64/libswt-cocoa-4912.jnilib
rename to bundles/org.eclipse.swt.cocoa.macosx.x86_64/libswt-cocoa-4913.jnilib
Binary files differ
diff --git a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/libswt-pi-cocoa-4912.jnilib b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/libswt-pi-cocoa-4912.jnilib
deleted file mode 100755
index 6f1f16e..0000000
--- a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/libswt-pi-cocoa-4912.jnilib
+++ /dev/null
Binary files differ
diff --git a/bundles/org.eclipse.swt.cocoa.macosx.x86_64/libswt-pi-cocoa-4913.jnilib b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/libswt-pi-cocoa-4913.jnilib
new file mode 100755
index 0000000..56fde86
--- /dev/null
+++ b/bundles/org.eclipse.swt.cocoa.macosx.x86_64/libswt-pi-cocoa-4913.jnilib
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-atk-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-atk-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-atk-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-atk-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-awt-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-awt-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-awt-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-awt-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-cairo-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-cairo-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-cairo-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-cairo-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-glx-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-glx-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-glx-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-glx-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-pi-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-pi-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-pi-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-pi-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-pi3-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-pi3-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-pi3-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-pi3-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-webkit-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-webkit-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-webkit-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.ppc64le/libswt-webkit-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64le/webkitextensions4912/libswt-webkit2extension-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.ppc64le/webkitextensions4913/libswt-webkit2extension-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.ppc64le/webkitextensions4912/libswt-webkit2extension-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.ppc64le/webkitextensions4913/libswt-webkit2extension-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390/libswt-atk-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.s390/libswt-atk-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.s390/libswt-atk-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.s390/libswt-atk-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390/libswt-awt-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.s390/libswt-awt-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.s390/libswt-awt-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.s390/libswt-awt-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390/libswt-cairo-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.s390/libswt-cairo-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.s390/libswt-cairo-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.s390/libswt-cairo-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390/libswt-glx-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.s390/libswt-glx-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.s390/libswt-glx-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.s390/libswt-glx-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390/libswt-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.s390/libswt-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.s390/libswt-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.s390/libswt-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390/libswt-pi-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.s390/libswt-pi-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.s390/libswt-pi-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.s390/libswt-pi-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390/libswt-webkit-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.s390/libswt-webkit-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.s390/libswt-webkit-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.s390/libswt-webkit-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390x/libswt-atk-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.s390x/libswt-atk-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.s390x/libswt-atk-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.s390x/libswt-atk-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390x/libswt-awt-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.s390x/libswt-awt-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.s390x/libswt-awt-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.s390x/libswt-awt-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390x/libswt-cairo-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.s390x/libswt-cairo-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.s390x/libswt-cairo-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.s390x/libswt-cairo-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390x/libswt-glx-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.s390x/libswt-glx-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.s390x/libswt-glx-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.s390x/libswt-glx-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390x/libswt-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.s390x/libswt-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.s390x/libswt-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.s390x/libswt-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390x/libswt-pi-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.s390x/libswt-pi-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.s390x/libswt-pi-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.s390x/libswt-pi-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.s390x/libswt-webkit-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.s390x/libswt-webkit-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.s390x/libswt-webkit-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.s390x/libswt-webkit-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86/libswt-atk-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.x86/libswt-atk-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.x86/libswt-atk-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.x86/libswt-atk-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86/libswt-awt-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.x86/libswt-awt-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.x86/libswt-awt-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.x86/libswt-awt-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86/libswt-cairo-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.x86/libswt-cairo-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.x86/libswt-cairo-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.x86/libswt-cairo-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86/libswt-glx-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.x86/libswt-glx-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.x86/libswt-glx-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.x86/libswt-glx-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86/libswt-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.x86/libswt-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.x86/libswt-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.x86/libswt-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86/libswt-pi-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.x86/libswt-pi-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.x86/libswt-pi-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.x86/libswt-pi-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86/libswt-pi3-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.x86/libswt-pi3-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.x86/libswt-pi3-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.x86/libswt-pi3-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86/libswt-webkit-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.x86/libswt-webkit-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.x86/libswt-webkit-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.x86/libswt-webkit-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86/webkitextensions4912/libswt-webkit2extension-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.x86/webkitextensions4913/libswt-webkit2extension-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.x86/webkitextensions4912/libswt-webkit2extension-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.x86/webkitextensions4913/libswt-webkit2extension-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-atk-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-atk-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-atk-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-atk-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-awt-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-awt-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-awt-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-awt-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-cairo-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-cairo-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-cairo-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-cairo-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-glx-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-glx-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-glx-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-glx-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-pi-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-pi-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-pi-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-pi-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-pi3-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-pi3-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-pi3-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-pi3-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-webkit-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-webkit-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-webkit-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.x86_64/libswt-webkit-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/webkitextensions4912/libswt-webkit2extension-gtk-4912.so b/bundles/org.eclipse.swt.gtk.linux.x86_64/webkitextensions4913/libswt-webkit2extension-gtk-4913.so
similarity index 100%
rename from bundles/org.eclipse.swt.gtk.linux.x86_64/webkitextensions4912/libswt-webkit2extension-gtk-4912.so
rename to bundles/org.eclipse.swt.gtk.linux.x86_64/webkitextensions4913/libswt-webkit2extension-gtk-4913.so
Binary files differ
diff --git a/bundles/org.eclipse.swt.win32.win32.x86/swt-awt-win32-4912.dll b/bundles/org.eclipse.swt.win32.win32.x86/swt-awt-win32-4913.dll
similarity index 98%
rename from bundles/org.eclipse.swt.win32.win32.x86/swt-awt-win32-4912.dll
rename to bundles/org.eclipse.swt.win32.win32.x86/swt-awt-win32-4913.dll
index f3f6294..1a7e58e 100755
--- a/bundles/org.eclipse.swt.win32.win32.x86/swt-awt-win32-4912.dll
+++ b/bundles/org.eclipse.swt.win32.win32.x86/swt-awt-win32-4913.dll
Binary files differ
diff --git a/bundles/org.eclipse.swt.win32.win32.x86/swt-gdip-win32-4912.dll b/bundles/org.eclipse.swt.win32.win32.x86/swt-gdip-win32-4913.dll
similarity index 99%
rename from bundles/org.eclipse.swt.win32.win32.x86/swt-gdip-win32-4912.dll
rename to bundles/org.eclipse.swt.win32.win32.x86/swt-gdip-win32-4913.dll
index 713b920..ac06164 100755
--- a/bundles/org.eclipse.swt.win32.win32.x86/swt-gdip-win32-4912.dll
+++ b/bundles/org.eclipse.swt.win32.win32.x86/swt-gdip-win32-4913.dll
Binary files differ
diff --git a/bundles/org.eclipse.swt.win32.win32.x86/swt-webkit-win32-4912.dll b/bundles/org.eclipse.swt.win32.win32.x86/swt-webkit-win32-4913.dll
similarity index 99%
rename from bundles/org.eclipse.swt.win32.win32.x86/swt-webkit-win32-4912.dll
rename to bundles/org.eclipse.swt.win32.win32.x86/swt-webkit-win32-4913.dll
index 7b1eace..f1bdb7e 100755
--- a/bundles/org.eclipse.swt.win32.win32.x86/swt-webkit-win32-4912.dll
+++ b/bundles/org.eclipse.swt.win32.win32.x86/swt-webkit-win32-4913.dll
Binary files differ
diff --git a/bundles/org.eclipse.swt.win32.win32.x86/swt-wgl-win32-4912.dll b/bundles/org.eclipse.swt.win32.win32.x86/swt-wgl-win32-4913.dll
similarity index 99%
rename from bundles/org.eclipse.swt.win32.win32.x86/swt-wgl-win32-4912.dll
rename to bundles/org.eclipse.swt.win32.win32.x86/swt-wgl-win32-4913.dll
index 796937e..69bc280 100755
--- a/bundles/org.eclipse.swt.win32.win32.x86/swt-wgl-win32-4912.dll
+++ b/bundles/org.eclipse.swt.win32.win32.x86/swt-wgl-win32-4913.dll
Binary files differ
diff --git a/bundles/org.eclipse.swt.win32.win32.x86/swt-win32-4912.dll b/bundles/org.eclipse.swt.win32.win32.x86/swt-win32-4913.dll
similarity index 99%
rename from bundles/org.eclipse.swt.win32.win32.x86/swt-win32-4912.dll
rename to bundles/org.eclipse.swt.win32.win32.x86/swt-win32-4913.dll
index 76af732..56c2c08 100755
--- a/bundles/org.eclipse.swt.win32.win32.x86/swt-win32-4912.dll
+++ b/bundles/org.eclipse.swt.win32.win32.x86/swt-win32-4913.dll
Binary files differ
diff --git a/bundles/org.eclipse.swt.win32.win32.x86_64/swt-awt-win32-4912.dll b/bundles/org.eclipse.swt.win32.win32.x86_64/swt-awt-win32-4913.dll
similarity index 99%
rename from bundles/org.eclipse.swt.win32.win32.x86_64/swt-awt-win32-4912.dll
rename to bundles/org.eclipse.swt.win32.win32.x86_64/swt-awt-win32-4913.dll
index 765d124..12513ff 100755
--- a/bundles/org.eclipse.swt.win32.win32.x86_64/swt-awt-win32-4912.dll
+++ b/bundles/org.eclipse.swt.win32.win32.x86_64/swt-awt-win32-4913.dll
Binary files differ
diff --git a/bundles/org.eclipse.swt.win32.win32.x86_64/swt-gdip-win32-4912.dll b/bundles/org.eclipse.swt.win32.win32.x86_64/swt-gdip-win32-4913.dll
similarity index 99%
rename from bundles/org.eclipse.swt.win32.win32.x86_64/swt-gdip-win32-4912.dll
rename to bundles/org.eclipse.swt.win32.win32.x86_64/swt-gdip-win32-4913.dll
index 0cd1a01..68fce24 100755
--- a/bundles/org.eclipse.swt.win32.win32.x86_64/swt-gdip-win32-4912.dll
+++ b/bundles/org.eclipse.swt.win32.win32.x86_64/swt-gdip-win32-4913.dll
Binary files differ
diff --git a/bundles/org.eclipse.swt.win32.win32.x86_64/swt-wgl-win32-4912.dll b/bundles/org.eclipse.swt.win32.win32.x86_64/swt-wgl-win32-4913.dll
similarity index 99%
rename from bundles/org.eclipse.swt.win32.win32.x86_64/swt-wgl-win32-4912.dll
rename to bundles/org.eclipse.swt.win32.win32.x86_64/swt-wgl-win32-4913.dll
index bc3b1b7..cd8fb97 100755
--- a/bundles/org.eclipse.swt.win32.win32.x86_64/swt-wgl-win32-4912.dll
+++ b/bundles/org.eclipse.swt.win32.win32.x86_64/swt-wgl-win32-4913.dll
Binary files differ
diff --git a/bundles/org.eclipse.swt.win32.win32.x86_64/swt-win32-4912.dll b/bundles/org.eclipse.swt.win32.win32.x86_64/swt-win32-4913.dll
similarity index 99%
rename from bundles/org.eclipse.swt.win32.win32.x86_64/swt-win32-4912.dll
rename to bundles/org.eclipse.swt.win32.win32.x86_64/swt-win32-4913.dll
index 43a70bf..7fa1166 100755
--- a/bundles/org.eclipse.swt.win32.win32.x86_64/swt-win32-4912.dll
+++ b/bundles/org.eclipse.swt.win32.win32.x86_64/swt-win32-4913.dll
Binary files differ