Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/memory
diff options
context:
space:
mode:
authorJonah Graham2018-12-10 13:50:44 +0000
committerJonah Graham2018-12-10 13:50:44 +0000
commit677cc2cf634fc56477a11dc114c2a1acfa501326 (patch)
treec04317f9cd68897a78c614969c6e5fe559b7969b /memory
parentf2f92ab4045802da83d2efeae9548a4fd544becb (diff)
downloadorg.eclipse.cdt-677cc2cf634fc56477a11dc114c2a1acfa501326.tar.gz
org.eclipse.cdt-677cc2cf634fc56477a11dc114c2a1acfa501326.tar.xz
org.eclipse.cdt-677cc2cf634fc56477a11dc114c2a1acfa501326.zip
[releng] Bump version to 9.7.0
Diffstat (limited to 'memory')
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml2
-rw-r--r--memory/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml b/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml
index 88ccd8d9256..15ed9a393da 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml
+++ b/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.cdt.debug.ui.memory"
label="%featureName"
- version="9.6.0.qualifier"
+ version="9.7.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/memory/pom.xml b/memory/pom.xml
index 8a2ff7ced24..9c2475df4f2 100644
--- a/memory/pom.xml
+++ b/memory/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>9.6.0-SNAPSHOT</version>
+ <version>9.7.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.cdt.memory-parent</artifactId>

Back to the top