mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
Increment plug-in version.
This commit is contained in:
parent
507d844b5e
commit
e03e78d88e
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.ui; singleton:=true
|
||||
Bundle-Version: 5.2.100.qualifier
|
||||
Bundle-Version: 5.3.0.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.ui.CUIPlugin
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -327,7 +327,7 @@ public class DefaultMultilineCommentAutoEditStrategy implements IAutoEditStrateg
|
|||
* @param buffer
|
||||
* @param indent
|
||||
* @param lineDelim
|
||||
* @since 5.2
|
||||
* @since 5.3
|
||||
*/
|
||||
protected static final StringBuilder indent(StringBuilder buffer, String indent, String lineDelim) {
|
||||
StringBuilder result= new StringBuilder();
|
||||
|
|
Loading…
Add table
Reference in a new issue