Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Riley2014-03-11 15:31:06 +0000
committerMarc Khouzam2014-03-31 18:30:49 +0000
commitf54cf7280ed31c9039af26ff7faff27fdaec5f1a (patch)
treea0b5277b2f3d4c7d62ad8a06d701474d8eb38205 /dsf/org.eclipse.cdt.dsf/pom.xml
parent6b32a922ba64e52ba1a03bdb3efc4063ce4a08f7 (diff)
downloadorg.eclipse.cdt-f54cf7280ed31c9039af26ff7faff27fdaec5f1a.tar.gz
org.eclipse.cdt-f54cf7280ed31c9039af26ff7faff27fdaec5f1a.tar.xz
org.eclipse.cdt-f54cf7280ed31c9039af26ff7faff27fdaec5f1a.zip
Bug 357270 - Show opcodes in the disassembly view
Change-Id: Ia88fa4032483cf70f41714bddd688d754bb5451b Signed-off-by: William Riley <william.riley@renesas.com> Reviewed-on: https://git.eclipse.org/r/22972 Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
Diffstat (limited to 'dsf/org.eclipse.cdt.dsf/pom.xml')
-rw-r--r--dsf/org.eclipse.cdt.dsf/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dsf/org.eclipse.cdt.dsf/pom.xml b/dsf/org.eclipse.cdt.dsf/pom.xml
index 683f3a83b4f..099db4ba3e8 100644
--- a/dsf/org.eclipse.cdt.dsf/pom.xml
+++ b/dsf/org.eclipse.cdt.dsf/pom.xml
@@ -11,7 +11,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <version>2.4.0-SNAPSHOT</version>
+ <version>2.5.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.dsf</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top