Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-02-05 23:01:33 +0000
committergenie.releng2019-02-05 23:01:33 +0000
commita52ddf7ab4ac2ad6e1adb3cd83b569c3c02220f3 (patch)
tree48b63eaf1856049ce5ad1bac765569e27e229ff6
parent57bf06c97e40f91329e6be80495fe2623d90e25a (diff)
downloadeclipse.platform.swt-a52ddf7ab4ac2ad6e1adb3cd83b569c3c02220f3.tar.gz
eclipse.platform.swt-a52ddf7ab4ac2ad6e1adb3cd83b569c3c02220f3.tar.xz
eclipse.platform.swt-a52ddf7ab4ac2ad6e1adb3cd83b569c3c02220f3.zip
v4924r20
-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 e3d4743528..d4a48c66c8 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 = 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 2e1cf0bbdf..f09fa5681a 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=19
-comma_ver=4,924,19,0
+rev=20
+comma_ver=4,924,20,0

Back to the top