Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-09-24 21:02:36 +0000
committerEclipse Platform RelEng Bot2018-09-24 21:02:36 +0000
commit75d8a55964eb21ec82ebc03593abcecdd0788ec1 (patch)
tree265f054256b74bb21e04543e869775e488d76dd2
parent187b8e88e3ceaffb825b23c1067bbbd1b1fc4b2f (diff)
downloadeclipse.platform.swt-75d8a55964eb21ec82ebc03593abcecdd0788ec1.tar.gz
eclipse.platform.swt-75d8a55964eb21ec82ebc03593abcecdd0788ec1.tar.xz
eclipse.platform.swt-75d8a55964eb21ec82ebc03593abcecdd0788ec1.zip
v4922r10
-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 185aca2d37..23e08d57af 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 = 9;
+ static int REVISION = 10;
/**
* 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 26766fa27d..58ced5a5fd 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=9
-comma_ver=4,922,9,0
+rev=10
+comma_ver=4,922,10,0

Back to the top