Fix version for 4.12.
diff --git a/features/org.eclipse.test-feature/feature.xml b/features/org.eclipse.test-feature/feature.xml
index 793c548..284d58b 100644
--- a/features/org.eclipse.test-feature/feature.xml
+++ b/features/org.eclipse.test-feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.test"
       label="%featureName"
-      version="3.7.600.qualifier"
+      version="3.7.700.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0">
diff --git a/features/org.eclipse.test-feature/pom.xml b/features/org.eclipse.test-feature/pom.xml
index af1469b..8f8bd90 100644
--- a/features/org.eclipse.test-feature/pom.xml
+++ b/features/org.eclipse.test-feature/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2012, 2017 Eclipse Foundation and others.
+  Copyright (c) 2012, 2019 Eclipse Foundation and others.
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Distribution License v1.0
   which accompanies this distribution, and is available at
@@ -20,6 +20,6 @@
   </parent>
   <groupId>org.eclipse.test.feature</groupId>
   <artifactId>org.eclipse.test</artifactId>
-  <version>3.7.600-SNAPSHOT</version>
+  <version>3.7.700-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 </project>