Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2015-08-31 15:26:50 +0000
committerGerrit Code Review @ Eclipse.org2015-08-31 18:14:21 +0000
commit64c57825896980a473ebc362f5a32d806c2c85e4 (patch)
treec6258f9e723697194d6bb5ee4c5013f6531ad48f /core/org.eclipse.cdt.core/pom.xml
parentf505c21a48eb16dea422ba35d6cdafb148b2ae60 (diff)
downloadorg.eclipse.cdt-64c57825896980a473ebc362f5a32d806c2c85e4.tar.gz
org.eclipse.cdt-64c57825896980a473ebc362f5a32d806c2c85e4.tar.xz
org.eclipse.cdt-64c57825896980a473ebc362f5a32d806c2c85e4.zip
Bug 321443 - First implementation of new build model.
Includes adaptation of the Arduino build model where many of these ideas started to the new model. And start of the Qt build system which uses it. Change-Id: Icb212185773ebc4d415e8a9862101744703ff80b
Diffstat (limited to 'core/org.eclipse.cdt.core/pom.xml')
-rw-r--r--core/org.eclipse.cdt.core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core/pom.xml b/core/org.eclipse.cdt.core/pom.xml
index 61c12cda467..051df4d494a 100644
--- a/core/org.eclipse.cdt.core/pom.xml
+++ b/core/org.eclipse.cdt.core/pom.xml
@@ -11,7 +11,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <version>5.11.0-SNAPSHOT</version>
+ <version>5.12.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top