Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-04-16 22:01:27 +0000
committergenie.releng2019-04-16 22:01:27 +0000
commit385a41af40b34e6f87e86553f7c9747f06ef996b (patch)
treee87674c6b82066febaba8f06526f26e09f87b43e /bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java
parent8dec0b147817b8be874a34fd6ec2104f9e438cb8 (diff)
downloadeclipse.platform.swt-385a41af40b34e6f87e86553f7c9747f06ef996b.tar.gz
eclipse.platform.swt-385a41af40b34e6f87e86553f7c9747f06ef996b.tar.xz
eclipse.platform.swt-385a41af40b34e6f87e86553f7c9747f06ef996b.zip
v4926r13
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 9562377290..5a27c49a45 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 = 12;
+ static int REVISION = 13;
/**
* The JAVA and SWT versions

Back to the top