diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
index a124b5f694a..9e411cd3002 100644
--- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
+++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
@@ -19,7 +19,7 @@
/shared/common/gdb/gdb-all/bin
AutomatedSuite.java
1
- gdb.7.11
+ gdb.7.12
diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/ITestConstants.java b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/ITestConstants.java
index 2c6abae7c29..243d313992d 100644
--- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/ITestConstants.java
+++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/ITestConstants.java
@@ -29,9 +29,11 @@ public class ITestConstants {
public static final String SUFFIX_GDB_7_9 = "7.9";
public static final String SUFFIX_GDB_7_10 = "7.10";
public static final String SUFFIX_GDB_7_11 = "7.11";
-
+ public static final String SUFFIX_GDB_7_12 = "7.12";
+
public static String[] ALL_SUPPORTED_VERSIONS = new String[] {
// add new versions here
+ ITestConstants.SUFFIX_GDB_7_12,
ITestConstants.SUFFIX_GDB_7_11,
ITestConstants.SUFFIX_GDB_7_10,
ITestConstants.SUFFIX_GDB_7_9,