Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2018-11-14 06:53:51 +0000
committergenie.releng2018-11-14 06:53:51 +0000
commitbcac1c72d238c92db00fca64155dcd8feaae1406 (patch)
tree18a2f63433bb8430d32f5f5267f386d2a74366c8 /bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java
parentc9f2d5a97abc2916a32113edc7e75f752973dd1c (diff)
downloadeclipse.platform.swt-bcac1c72d238c92db00fca64155dcd8feaae1406.tar.gz
eclipse.platform.swt-bcac1c72d238c92db00fca64155dcd8feaae1406.tar.xz
eclipse.platform.swt-bcac1c72d238c92db00fca64155dcd8feaae1406.zip
v4922r28
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java b/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java
index b970cbcfd6..7e1f07d76c 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java
@@ -36,7 +36,7 @@ public class Library {
/**
* SWT revision number (must be >= 0)
*/
- static int REVISION = 27;
+ static int REVISION = 28;
/**
* The JAVA and SWT versions

Back to the top