mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
[releng] Fixup API error due to missing verion bump
Change-Id: I149aeb8f148f0f223e7ec09a73e153df5be68836
This commit is contained in:
parent
9c370cfcf0
commit
afee900b24
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.core; singleton:=true
|
||||
Bundle-Version: 7.1.300.qualifier
|
||||
Bundle-Version: 7.2.0.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.core.CCorePlugin
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -1323,7 +1323,7 @@ public class Elf implements AutoCloseable {
|
|||
/**
|
||||
* Exception indicating that {@link ELFhdr#ELFCLASSNONE} header is read.
|
||||
*
|
||||
* @since 7.1
|
||||
* @since 7.2
|
||||
*/
|
||||
public static class ElfClassNoneException extends IOException {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue