Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-06-12 05:16:43 +0000
committergenie.releng2019-06-12 05:16:43 +0000
commit4b0a05f87dcae8facba497a18883f8d741ed4bc5 (patch)
treeb0d0cef4440439803fcf2c8ecef511fe51801d52
parent6434e727aafcb8d724a9bab0c65f18e15e6b596b (diff)
downloadeclipse.platform.swt-4b0a05f87dcae8facba497a18883f8d741ed4bc5.tar.gz
eclipse.platform.swt-4b0a05f87dcae8facba497a18883f8d741ed4bc5.tar.xz
eclipse.platform.swt-4b0a05f87dcae8facba497a18883f8d741ed4bc5.zip
v4928r3
-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 ff8b6a260a..6e6bfeffff 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 873b964c69..d791af69ce 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=928
-rev=2
-comma_ver=4,928,2,0
+rev=3
+comma_ver=4,928,3,0

Back to the top