Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-02-04 23:01:26 +0000
committergenie.releng2019-02-04 23:01:26 +0000
commit6a2fc73a0eb659c22cda673cfc074717015b8579 (patch)
tree6c5b34647b7a128840dde5d2627c0558ed7c450b /bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java
parent68151edac00a7e6861d405833a6c270526304454 (diff)
downloadeclipse.platform.swt-6a2fc73a0eb659c22cda673cfc074717015b8579.tar.gz
eclipse.platform.swt-6a2fc73a0eb659c22cda673cfc074717015b8579.tar.xz
eclipse.platform.swt-6a2fc73a0eb659c22cda673cfc074717015b8579.zip
v4924r19
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 491a4ea49b..e3d4743528 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 = 18;
+ static int REVISION = 19;
/**
* The JAVA and SWT versions

Back to the top