1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Bug 376397: [services] Update version string for GDB 7.4

This commit is contained in:
Marc Khouzam 2012-04-10 09:32:59 -04:00
parent 64f529b3ec
commit 468b44d75d

View file

@ -58,10 +58,10 @@ public class GdbDebugServicesFactory extends AbstractDsfDebugServicesFactory {
public static final String GDB_7_2_VERSION = "7.2"; //$NON-NLS-1$
/** @since 4.1 */
public static final String GDB_7_2_1_VERSION = "7.2.1"; //$NON-NLS-1$
// Keep private until GDB 7.4 is released and we can change the constant
// to its proper value of 7.4
private static final String GDB_7_4_VERSION = "7.3.50"; //$NON-NLS-1$
/** @since 4.1 */
public static final String GDB_7_3_VERSION = "7.3"; //$NON-NLS-1$
/** @since 4.1 */
public static final String GDB_7_4_VERSION = "7.4"; //$NON-NLS-1$
private final String fVersion;