1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 09:15:38 +02:00

Update o.e.cdt.core plugin version as necessary due to recent change.

Change-Id: Ief752f55f52597795ad0df0035a67f13e6b36ac1
This commit is contained in:
Marc Khouzam 2016-08-03 09:33:28 -04:00
parent 1084e608d0
commit 88ee46b514
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.core; singleton:=true
Bundle-Version: 6.0.0.qualifier
Bundle-Version: 6.1.0.qualifier
Bundle-Activator: org.eclipse.cdt.core.CCorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin

View file

@ -280,7 +280,7 @@ public interface ICPPNodeFactory extends INodeFactory {
public ICPPASTName newName(char[] name);
/**
* @since 6.0
* @since 6.1
*/
@Override
public ICPPASTName newName(String name);

View file

@ -11,7 +11,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<version>6.0.0-SNAPSHOT</version>
<version>6.1.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core</artifactId>
<packaging>eclipse-plugin</packaging>
</project>