mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
Bug 376397: [services] Update version string for GDB 7.4
This commit is contained in:
parent
64f529b3ec
commit
468b44d75d
1 changed files with 4 additions and 4 deletions
|
@ -58,10 +58,10 @@ public class GdbDebugServicesFactory extends AbstractDsfDebugServicesFactory {
|
||||||
public static final String GDB_7_2_VERSION = "7.2"; //$NON-NLS-1$
|
public static final String GDB_7_2_VERSION = "7.2"; //$NON-NLS-1$
|
||||||
/** @since 4.1 */
|
/** @since 4.1 */
|
||||||
public static final String GDB_7_2_1_VERSION = "7.2.1"; //$NON-NLS-1$
|
public static final String GDB_7_2_1_VERSION = "7.2.1"; //$NON-NLS-1$
|
||||||
|
/** @since 4.1 */
|
||||||
// Keep private until GDB 7.4 is released and we can change the constant
|
public static final String GDB_7_3_VERSION = "7.3"; //$NON-NLS-1$
|
||||||
// to its proper value of 7.4
|
/** @since 4.1 */
|
||||||
private static final String GDB_7_4_VERSION = "7.3.50"; //$NON-NLS-1$
|
public static final String GDB_7_4_VERSION = "7.4"; //$NON-NLS-1$
|
||||||
|
|
||||||
private final String fVersion;
|
private final String fVersion;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue