Bug 385791 - Increment feature versions for 4.3
diff --git a/platform/org.eclipse.platform/META-INF/MANIFEST.MF b/platform/org.eclipse.platform/META-INF/MANIFEST.MF
index b71ecd9..cafc54c 100644
--- a/platform/org.eclipse.platform/META-INF/MANIFEST.MF
+++ b/platform/org.eclipse.platform/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.platform; singleton:=true
-Bundle-Version: 4.2.0.qualifier
+Bundle-Version: 4.3.0.qualifier
 Bundle-ClassPath: platform.jar
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/platform/org.eclipse.platform/build_notes.html b/platform/org.eclipse.platform/build_notes.html
deleted file mode 100644
index 25ca7dd..0000000
--- a/platform/org.eclipse.platform/build_notes.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-
-<head>
-   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-   <meta name="Build" content="Build">
-   <title>Eclipse Platform Release Notes (3.3) - JFace and Workbench</title>
-</head>
-
-<body>
-
-<h1>Eclipse Platform Build Notes (3.3)<br>
-JFace and Workbench</h1>
-
-<p>Integration Build (January 29, 2008, 12:06 p.m.)</p>
-  <p>Problem reports updated</p>
-  <p>
-<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=169880">Bug 169880</a>. [Intro] Exclude Preferences > General > Welcome from download (FIXED)<br>
-<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=215349">Bug 215349</a>. [Graphics] [WorkbenchLauncher] Splash screen shows incorrect year in the copyright notice (NEW)<br>
-  </p>
-
-<p>Integration Build (November 06, 2007, 10:18 a.m.)</p>
-  <p>Problem reports updated</p>
-  <p>
-<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=208885">Bug 208885</a>. [Workbench] Update the splash screen for Ganymede (FIXED)<br>
-  </p>
\ No newline at end of file
diff --git a/platform/org.eclipse.platform/plugin.properties b/platform/org.eclipse.platform/plugin.properties
index d8a37f4..ec7711a 100644
--- a/platform/org.eclipse.platform/plugin.properties
+++ b/platform/org.eclipse.platform/plugin.properties
@@ -14,7 +14,7 @@
 productName=Eclipse Platform
 productBlurb=Eclipse Platform\n\
 \n\
-Version: 4.2.0\n\
+Version: 4.3.0\n\
 Build id: {0}\n\
 \n\
 (c) Copyright Eclipse contributors and others 2000, 2012.  All rights reserved.\n\
diff --git a/platform/org.eclipse.platform/pom.xml b/platform/org.eclipse.platform/pom.xml
index d2efba4..e01c1df 100644
--- a/platform/org.eclipse.platform/pom.xml
+++ b/platform/org.eclipse.platform/pom.xml
@@ -21,6 +21,6 @@
   </parent>
   <groupId>org.eclipse.platform</groupId>
   <artifactId>org.eclipse.platform</artifactId>
-  <version>4.2.0-SNAPSHOT</version>
+  <version>4.3.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 </project>
diff --git a/platform/org.eclipse.sdk/META-INF/MANIFEST.MF b/platform/org.eclipse.sdk/META-INF/MANIFEST.MF
index 1a8818e..c532e85 100644
--- a/platform/org.eclipse.sdk/META-INF/MANIFEST.MF
+++ b/platform/org.eclipse.sdk/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.sdk; singleton:=true
-Bundle-Version: 4.2.0.qualifier
+Bundle-Version: 4.3.0.qualifier
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
diff --git a/platform/org.eclipse.sdk/plugin.properties b/platform/org.eclipse.sdk/plugin.properties
index e95dbbb..129b8dc 100644
--- a/platform/org.eclipse.sdk/plugin.properties
+++ b/platform/org.eclipse.sdk/plugin.properties
@@ -14,7 +14,7 @@
 productName=Eclipse SDK
 productBlurb=Eclipse SDK\n\
 \n\
-Version: 4.2.0\n\
+Version: 4.3.0\n\
 Build id: {0}\n\
 \n\
 (c) Copyright Eclipse contributors and others 2000, 2012.  All rights reserved.\n\
diff --git a/platform/org.eclipse.sdk/pom.xml b/platform/org.eclipse.sdk/pom.xml
index 6c1f2cd..c962365 100644
--- a/platform/org.eclipse.sdk/pom.xml
+++ b/platform/org.eclipse.sdk/pom.xml
@@ -21,6 +21,6 @@
   </parent>
   <groupId>org.eclipse.platform</groupId>
   <artifactId>org.eclipse.sdk</artifactId>
-  <version>4.2.0-SNAPSHOT</version>
+  <version>4.3.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 </project>