Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-11-06 22:32:14 +0000
committerEclipse Platform RelEng Bot2018-11-06 22:32:14 +0000
commit6a92c974275b4356bb1aee577ab27b1bcc11e308 (patch)
tree16a74ceb06aaa8782391e1051dc6d6316015021e /bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java
parentf866ea79a701dbc66e6746f2511832ae94a02527 (diff)
downloadeclipse.platform.swt-6a92c974275b4356bb1aee577ab27b1bcc11e308.tar.gz
eclipse.platform.swt-6a92c974275b4356bb1aee577ab27b1bcc11e308.tar.xz
eclipse.platform.swt-6a92c974275b4356bb1aee577ab27b1bcc11e308.zip
v4922r24
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 a2227a1615..ce8fa7cc9a 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 = 23;
+ static int REVISION = 24;
/**
* The JAVA and SWT versions

Back to the top