mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[releng] Correct version increment due to new API
Contributed by STMicroelectronics Change-Id: I9aad65f862f4681c531baa0ca94b312f9c1774af Signed-off-by: Torbjörn Svensson <torbjorn.svensson@st.com>
This commit is contained in:
parent
04296f1594
commit
ffb319ba61
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: %pluginName
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.dsf.gdb;singleton:=true
|
||||
Bundle-Version: 6.5.200.qualifier
|
||||
Bundle-Version: 6.6.0.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.dsf.gdb.internal.GdbPlugin
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
|
|
|
@ -655,7 +655,7 @@ public class FinalLaunchSequence extends ReflectionSequence {
|
|||
/**
|
||||
* If we are dealing with an remote attach session, perform the attach to debugger.
|
||||
* Bug 528145
|
||||
* @since 6.5
|
||||
* @since 6.6
|
||||
*/
|
||||
@Execute
|
||||
public void stepAttachRemoteToDebugger(final RequestMonitor requestMonitor) {
|
||||
|
|
Loading…
Add table
Reference in a new issue