Bug 563987 - adjust ranges and version for updated core.runtime package

Because the package org.eclipse.core.runtime is split between
org.eclipse.equinox.common and org.eclipse.equinox.registry and the
org.eclipse.core.runtime merges the contents into a single export with
all the parts together, the version of the the parts of the package need
to be kept in sync with each other.  Here org.eclipse.equinox.common
added new API which requires a bump the the package version and the
ranges for requiring the parts of the package.

Change-Id: Ic1997dd723ba354671e32776b8218dcae85d9aa7
Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
diff --git a/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF
index 9d2ffa0..b4f7b79 100644
--- a/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.core.runtime/META-INF/MANIFEST.MF
@@ -8,11 +8,11 @@
 Bundle-Localization: plugin
 Export-Package: org.eclipse.core.internal.preferences.legacy;x-internal:=true,
  org.eclipse.core.internal.runtime;x-internal:=true,
- org.eclipse.core.runtime;version="3.5.0"
+ org.eclipse.core.runtime;version="3.6.0"
 Require-Bundle: org.eclipse.osgi;bundle-version="[3.13.0,4.0.0)";visibility:=reexport,
- org.eclipse.equinox.common;bundle-version="[3.12.0,4.0.0)";visibility:=reexport,
+ org.eclipse.equinox.common;bundle-version="[3.13.0,4.0.0)";visibility:=reexport,
  org.eclipse.core.jobs;bundle-version="[3.10.0,4.0.0)";visibility:=reexport,
- org.eclipse.equinox.registry;bundle-version="[3.8.0,4.0.0)";visibility:=reexport,
+ org.eclipse.equinox.registry;bundle-version="[3.9.0,4.0.0)";visibility:=reexport,
  org.eclipse.equinox.preferences;bundle-version="[3.7.0,4.0.0)";visibility:=reexport,
  org.eclipse.core.contenttype;bundle-version="[3.7.0,4.0.0)";visibility:=reexport,
  org.eclipse.equinox.app;bundle-version="1.3.0";visibility:=reexport