Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-05-27 10:02:11 +0000
committergenie.releng2019-05-27 10:02:11 +0000
commit6c9b689442efc1b9729f5972704e9258b3fc777b (patch)
tree9c19d9064785e96b2a9648695b7b61be2d41b056 /bundles/org.eclipse.swt
parentc83818c94bd287b439978f8e052d74aff37d37f8 (diff)
downloadeclipse.platform.swt-6c9b689442efc1b9729f5972704e9258b3fc777b.tar.gz
eclipse.platform.swt-6c9b689442efc1b9729f5972704e9258b3fc777b.tar.xz
eclipse.platform.swt-6c9b689442efc1b9729f5972704e9258b3fc777b.zip
v4926r20
Diffstat (limited to 'bundles/org.eclipse.swt')
-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 dbad2376d2..1d2038eae8 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 = 19;
+ static int REVISION = 20;
/**
* 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 e2d0d550bc..e6dd179982 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=926
-rev=19
-comma_ver=4,926,19,0
+rev=20
+comma_ver=4,926,20,0

Back to the top