Support for platform 4.12
diff --git a/launching/org.eclipse.rcptt.launching.ext/src/org/eclipse/rcptt/launching/ext/AUTInformation.java b/launching/org.eclipse.rcptt.launching.ext/src/org/eclipse/rcptt/launching/ext/AUTInformation.java
index 93cdb10..a21e267 100644
--- a/launching/org.eclipse.rcptt.launching.ext/src/org/eclipse/rcptt/launching/ext/AUTInformation.java
+++ b/launching/org.eclipse.rcptt.launching.ext/src/org/eclipse/rcptt/launching/ext/AUTInformation.java
@@ -216,6 +216,8 @@
 			values.put(VERSION, "4.10");
 		} else if (minor == 110) {
 			values.put(VERSION, "4.11");
+		} else if (minor < 200) {
+			values.put(VERSION, "4." + (minor - 99));
 		}
 	}