Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Releng Bot2020-06-08 22:04:28 +0000
committerEclipse Releng Bot2020-06-08 22:04:28 +0000
commit5570167c0fa26e798cb701b17ab657261b508b1f (patch)
tree278a4681270744e62b041a782b7300c14dc67d9f
parent19153b908d6d4cedcbd59824686717502cfde4f7 (diff)
downloadeclipse.platform.swt-5570167c0fa26e798cb701b17ab657261b508b1f.tar.gz
eclipse.platform.swt-5570167c0fa26e798cb701b17ab657261b508b1f.tar.xz
eclipse.platform.swt-5570167c0fa26e798cb701b17ab657261b508b1f.zip
v4936r3
-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 8d3c33a71b..d56ff3d66f 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
@@ -37,7 +37,7 @@ public class Library {
/**
* SWT revision number (must be >= 0)
*/
- static int REVISION = 2;
+ static int REVISION = 3;
/**
* 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 6a734fdaea..e0d0b35df8 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=936
-rev=2
-comma_ver=4,936,2,0
+rev=3
+comma_ver=4,936,3,0

Back to the top