Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-06-05 15:44:58 +0000
committerJay Arthanareeswaran2018-06-08 04:55:50 +0000
commit866e1312caa67a75fa238dc4922694dfc26a1129 (patch)
treea446ba8d8d28631971d823d54367e2cb529d049a /org.eclipse.jdt.annotation/META-INF
parent5dd44d4c5e3b0fefe6cb1e74dd7d304e8cc29c78 (diff)
downloadeclipse.jdt.core-866e1312caa67a75fa238dc4922694dfc26a1129.tar.gz
eclipse.jdt.core-866e1312caa67a75fa238dc4922694dfc26a1129.tar.xz
eclipse.jdt.core-866e1312caa67a75fa238dc4922694dfc26a1129.zip
Version 4.9 update as prep for EPL 2.0 change
This version increase is necessary to update the about.html and later the source code to EPL 2.0 Change-Id: I9604ad59ceb0b4979358f2bc167df2492459d78f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.jdt.annotation/META-INF')
-rw-r--r--org.eclipse.jdt.annotation/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.annotation/META-INF/MANIFEST.MF b/org.eclipse.jdt.annotation/META-INF/MANIFEST.MF
index f0bfa5d08e..adf2297b6a 100644
--- a/org.eclipse.jdt.annotation/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.annotation/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Localization: bundle
Bundle-SymbolicName: org.eclipse.jdt.annotation
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.100.qualifier
Export-Package: org.eclipse.jdt.annotation
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %providerName

Back to the top