mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
Bug 315796: Use proper "7.2" version string for GDB 7.2
This commit is contained in:
parent
9ebb65f407
commit
dc6f09e404
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class GdbDebugServicesFactory extends AbstractDsfDebugServicesFactory {
|
|||
// This should eventually be "7.0" once GDB 7.0 is released
|
||||
private static final String GDB_7_0_VERSION = "6.8.50.20090218"; //$NON-NLS-1$
|
||||
private static final String GDB_7_1_VERSION = "7.1"; //$NON-NLS-1$
|
||||
private static final String GDB_7_2_VERSION = "7.1.50"; //$NON-NLS-1$
|
||||
private static final String GDB_7_2_VERSION = "7.2"; //$NON-NLS-1$
|
||||
|
||||
private final String fVersion;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue