Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2020-12-21 10:03:26 +0000
committerVikas Chandra2020-12-21 10:03:26 +0000
commitfaac167ebedddbe5b6d407c4039667d284b2a0b4 (patch)
tree2e607f81e1446b57d578c1135a22faffb33160a8
parenta2132c2bbccb736c4f7de11478fdd3505807c2bf (diff)
downloadeclipse.platform.debug-faac167ebedddbe5b6d407c4039667d284b2a0b4.tar.gz
eclipse.platform.debug-faac167ebedddbe5b6d407c4039667d284b2a0b4.tar.xz
eclipse.platform.debug-faac167ebedddbe5b6d407c4039667d284b2a0b4.zip
verison increase for 1st change - for bug Bug 560252I20201221-1800
Change-Id: I267201b9d41b8b26b3dc9bcafc8f623305a769b8 Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
-rw-r--r--org.eclipse.debug.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/META-INF/MANIFEST.MF b/org.eclipse.debug.core/META-INF/MANIFEST.MF
index 815d6acc1..916303bb9 100644
--- a/org.eclipse.debug.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.debug.core; singleton:=true
-Bundle-Version: 3.17.0.qualifier
+Bundle-Version: 3.17.100.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.debug.core.DebugPlugin
Bundle-Vendor: %providerName

Back to the top