Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2018-12-13 23:01:24 +0000
committergenie.releng2018-12-13 23:01:24 +0000
commit503c012a468ac43c9216cc8e66c3bb08a0dffc19 (patch)
tree953b3a6653a54a75ea28f839fac7cd5518254e57
parent7df1bc9d8482b903533bbd251a9ba84f01941980 (diff)
downloadeclipse.platform.swt-503c012a468ac43c9216cc8e66c3bb08a0dffc19.tar.gz
eclipse.platform.swt-503c012a468ac43c9216cc8e66c3bb08a0dffc19.tar.xz
eclipse.platform.swt-503c012a468ac43c9216cc8e66c3bb08a0dffc19.zip
v4924r6
-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 28743df67c..b4448920e2 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 = 5;
+ static int REVISION = 6;
/**
* 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 9644a18992..507918c2f6 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=5
-comma_ver=4,924,5,0
+rev=6
+comma_ver=4,924,6,0

Back to the top