Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2018-12-11 07:12:15 +0000
committergenie.releng2018-12-11 07:12:15 +0000
commitcccf0f1db3db19ede59b53a62954f031e8fbb178 (patch)
treee924eebfa1dee2dccd3ce8205db9e79a0656cc4b /bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java
parenta9bcd831c8c0185c53b3c9f39954d8389fda5054 (diff)
downloadeclipse.platform.swt-cccf0f1db3db19ede59b53a62954f031e8fbb178.tar.gz
eclipse.platform.swt-cccf0f1db3db19ede59b53a62954f031e8fbb178.tar.xz
eclipse.platform.swt-cccf0f1db3db19ede59b53a62954f031e8fbb178.zip
v4924r3
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 5e32a33647..e49050b0b0 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 = 2;
+ static int REVISION = 3;
/**
* The JAVA and SWT versions

Back to the top