Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2018-12-11 23:02:10 +0000
committergenie.releng2018-12-11 23:02:10 +0000
commitd1727c41f0e335b378cb0c0790f5b1eae2da25da (patch)
tree948169cbf05c115b5509238d657481137215450a
parentcdd59fc81ef10b80938fb427fbc78836e5da3251 (diff)
downloadeclipse.platform.swt-d1727c41f0e335b378cb0c0790f5b1eae2da25da.tar.gz
eclipse.platform.swt-d1727c41f0e335b378cb0c0790f5b1eae2da25da.tar.xz
eclipse.platform.swt-d1727c41f0e335b378cb0c0790f5b1eae2da25da.zip
v4924r4
-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 e49050b0b0..20b7fc92b6 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 = 3;
+ static int REVISION = 4;
/**
* 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 39afd59f5e..5e3b1123df 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=3
-comma_ver=4,924,3,0
+rev=4
+comma_ver=4,924,4,0

Back to the top