Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2010-06-23 17:23:00 +0000
committerDarin Wright2010-06-23 17:23:00 +0000
commit48d5818bd27a4b22f767d5870242d1011b5ef68a (patch)
tree195c4d39fc05872f0fcb50f15aeeba8aa74c9a0c
parentf31e840b227a8d060a4f39b12b9608466db62696 (diff)
downloadeclipse.platform.debug-48d5818bd27a4b22f767d5870242d1011b5ef68a.tar.gz
eclipse.platform.debug-48d5818bd27a4b22f767d5870242d1011b5ef68a.tar.xz
eclipse.platform.debug-48d5818bd27a4b22f767d5870242d1011b5ef68a.zip
update version number for maintenance release
-rw-r--r--org.eclipse.debug.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/META-INF/MANIFEST.MF b/org.eclipse.debug.ui/META-INF/MANIFEST.MF
index 8bab198aa..a038a05d9 100644
--- a/org.eclipse.debug.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.debug.ui; singleton:=true
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.6.1.qualifier
Bundle-Activator: org.eclipse.debug.internal.ui.DebugUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top