Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-09-20 21:01:38 +0000
committerEclipse Platform RelEng Bot2018-09-20 21:01:38 +0000
commit3283172ff3208c8df3b6bbf0199cb9f119da47a6 (patch)
tree2ab73a9fcdd71c9e36f1cf0cda34f8b8c36a2103
parent1b170ddbe669a9e6412d4cb17c2fe987d5f5de31 (diff)
downloadeclipse.platform.swt-3283172ff3208c8df3b6bbf0199cb9f119da47a6.tar.gz
eclipse.platform.swt-3283172ff3208c8df3b6bbf0199cb9f119da47a6.tar.xz
eclipse.platform.swt-3283172ff3208c8df3b6bbf0199cb9f119da47a6.zip
v4922r8
-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 7e794079dc..69064d485f 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 ae28344873..6ced024e4d 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=922
-rev=7
-comma_ver=4,922,7,0
+rev=8
+comma_ver=4,922,8,0

Back to the top