Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-01-11 23:01:30 +0000
committergenie.releng2019-01-11 23:01:30 +0000
commita94a9c58ba101ec2156cbd5b3412aa61d5a508ff (patch)
tree376e765df13683770262462d0c0487619995047b
parenta62a49a5b27a5fe22b11293c503d9959679c1a07 (diff)
downloadeclipse.platform.swt-a94a9c58ba101ec2156cbd5b3412aa61d5a508ff.tar.gz
eclipse.platform.swt-a94a9c58ba101ec2156cbd5b3412aa61d5a508ff.tar.xz
eclipse.platform.swt-a94a9c58ba101ec2156cbd5b3412aa61d5a508ff.zip
v4924r9
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak4
2 files changed, 3 insertions, 3 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 97aa1af770..86c93996a7 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 = 8;
+ static int REVISION = 9;
/**
* The JAVA and SWT versions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak b/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak
index b66e962439..425784aa71 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak
@@ -14,5 +14,5 @@
maj_ver=4
min_ver=924
-rev=8
-comma_ver=4,924,8,0
+rev=9
+comma_ver=4,924,9,0

Back to the top