mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-16 21:45:22 +02:00
Updating release numbers.
This commit is contained in:
parent
d71c3efd88
commit
568e8c931c
1 changed files with 5 additions and 5 deletions
|
@ -27,14 +27,14 @@ public class SystemResources extends NLS
|
|||
private static String BUNDLE_NAME = "org.eclipse.rse.ui.SystemResources";//$NON-NLS-1$
|
||||
|
||||
/**
|
||||
* Current release as a number (multiplied by 10). E.g. 30 is for release
|
||||
* 3.0.
|
||||
* Current release as a number (multiplied by 10). E.g. 30 is for release 3.0.
|
||||
*/
|
||||
public static final int CURRENT_RELEASE = 700; // updated to new release
|
||||
public static final int CURRENT_RELEASE = 100; // updated to new release
|
||||
|
||||
/**
|
||||
* Current release as a string.
|
||||
*/
|
||||
public static final String CURRENT_RELEASE_NAME = "7.0.0";
|
||||
public static final String CURRENT_RELEASE_NAME = "1.0.0";
|
||||
|
||||
|
||||
// Buttons
|
||||
|
|
Loading…
Add table
Reference in a new issue