Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Releng Bot2020-07-20 12:57:27 +0000
committerEclipse Releng Bot2020-07-20 12:57:27 +0000
commit6d5a982b44de85f2222021f467d982695a3501ba (patch)
tree5c5bfebed1049e2c1a49f2161e2c2c243420bedc
parent414d3418d9ac325832b9b4c0ebcff9d9f0ed3f10 (diff)
downloadeclipse.platform.swt-6d5a982b44de85f2222021f467d982695a3501ba.tar.gz
eclipse.platform.swt-6d5a982b44de85f2222021f467d982695a3501ba.tar.xz
eclipse.platform.swt-6d5a982b44de85f2222021f467d982695a3501ba.zip
v4936r8
-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 1e110b873a..126a75dc36 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 = 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 28ed3f4ed7..d480762328 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,6 +14,6 @@
maj_ver=4
min_ver=936
-rev=7
-comma_ver=4,936,7,0
+rev=8
+comma_ver=4,936,8,0
cef_ver=3071 \ No newline at end of file

Back to the top