Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-01-04 23:01:24 +0000
committergenie.releng2019-01-04 23:01:24 +0000
commit7386a2cb6b018485122d986c1944a71d9ccf757b (patch)
tree3632b7325c345241cfb1143a4aa471ebdc18cf9b
parentd08bf49f03bc05172f2a59b72f8718bab3d3fa9e (diff)
downloadeclipse.platform.swt-7386a2cb6b018485122d986c1944a71d9ccf757b.tar.gz
eclipse.platform.swt-7386a2cb6b018485122d986c1944a71d9ccf757b.tar.xz
eclipse.platform.swt-7386a2cb6b018485122d986c1944a71d9ccf757b.zip
v4924r8
-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 0f37c06c9f..97aa1af770 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 = 7;
+ static int REVISION = 8;
/**
* 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 c602f7285b..b66e962439 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=7
-comma_ver=4,924,7,0
+rev=8
+comma_ver=4,924,8,0

Back to the top