Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-04-18 22:01:30 +0000
committergenie.releng2019-04-18 22:01:30 +0000
commit6eeb5f810b31ace6914e62ad86b223c27d95d3cb (patch)
tree821429017c4c8da145d5687a248e768af5d32246 /bundles
parentfd5818d4a10a19cf89c2431ac70f15047ca3453e (diff)
downloadeclipse.platform.swt-6eeb5f810b31ace6914e62ad86b223c27d95d3cb.tar.gz
eclipse.platform.swt-6eeb5f810b31ace6914e62ad86b223c27d95d3cb.tar.xz
eclipse.platform.swt-6eeb5f810b31ace6914e62ad86b223c27d95d3cb.zip
v4926r14
Diffstat (limited to 'bundles')
-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 5a27c49a45..a47b71c662 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 = 13;
+ static int REVISION = 14;
/**
* 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 84510250a3..ef799721a5 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=926
-rev=13
-comma_ver=4,926,13,0
+rev=14
+comma_ver=4,926,14,0

Back to the top