Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-02-07 23:01:31 +0000
committergenie.releng2019-02-07 23:01:31 +0000
commit1a2c979ea47edf6d1ec67e4ed7e0281f0442ae9e (patch)
treeac1371371154473082bb9185bd8ceba95ff7597e
parent2d23d39e3702b7b9d8bc786352d9664d668b92d2 (diff)
downloadeclipse.platform.swt-1a2c979ea47edf6d1ec67e4ed7e0281f0442ae9e.tar.gz
eclipse.platform.swt-1a2c979ea47edf6d1ec67e4ed7e0281f0442ae9e.tar.xz
eclipse.platform.swt-1a2c979ea47edf6d1ec67e4ed7e0281f0442ae9e.zip
v4924r21
-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 d4a48c66c8..603954d6f6 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 = 20;
+ static int REVISION = 21;
/**
* 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 f09fa5681a..910d1b0b39 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=20
-comma_ver=4,924,20,0
+rev=21
+comma_ver=4,924,21,0

Back to the top