Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2018-11-15 23:01:34 +0000
committergenie.releng2018-11-15 23:01:34 +0000
commit0194e65215a19f0be898a9f5eff5dcb2699a5d9d (patch)
treeb6ed546d122adb0ab79fafb1ea9b3239b8f1ef7b
parent4c614418a7f6297a59333132071ce15aaa181bfd (diff)
downloadeclipse.platform.swt-0194e65215a19f0be898a9f5eff5dcb2699a5d9d.tar.gz
eclipse.platform.swt-0194e65215a19f0be898a9f5eff5dcb2699a5d9d.tar.xz
eclipse.platform.swt-0194e65215a19f0be898a9f5eff5dcb2699a5d9d.zip
v4922r30
-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 3f914869e7..2e291d614f 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 = 29;
+ static int REVISION = 30;
/**
* 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 8a5ac69df5..bdba28b897 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=29
-comma_ver=4,922,29,0
+rev=30
+comma_ver=4,922,30,0

Back to the top