Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2018-07-27 16:43:09 +0000
committerSarika Sinha2018-07-28 01:02:54 +0000
commit9b9fed3a10f223c926e0140f869d12bea390cb14 (patch)
tree1513f0397c54f2c463923415bd19b03228df4f94 /org.eclipse.debug.core/META-INF/MANIFEST.MF
parent90dd90f919f313ff9c30595fc2ecf84ecb689156 (diff)
downloadeclipse.platform.debug-9b9fed3a10f223c926e0140f869d12bea390cb14.tar.gz
eclipse.platform.debug-9b9fed3a10f223c926e0140f869d12bea390cb14.tar.xz
eclipse.platform.debug-9b9fed3a10f223c926e0140f869d12bea390cb14.zip
Bug 312397 - Run Configuration Command Line to ClipboardI20180729-0800I20180728-1500I20180728-0805
Diffstat (limited to 'org.eclipse.debug.core/META-INF/MANIFEST.MF')
-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 acec883cd..930cbe6ec 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.12.100.qualifier
+Bundle-Version: 3.13.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.debug.core.DebugPlugin
Bundle-Vendor: %providerName

Back to the top