Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-08-20 03:45:17 +0000
committergenie.releng2019-08-20 03:45:17 +0000
commit4dd933dbc49657f7365e60d321c17a81e6cb7fc1 (patch)
tree11d1d9d3c7ae13a64953acd97baddcd1091267ff /bundles
parent83a218b8ce55f57078dfb9342989ab2b525caac0 (diff)
downloadeclipse.platform.swt-4dd933dbc49657f7365e60d321c17a81e6cb7fc1.tar.gz
eclipse.platform.swt-4dd933dbc49657f7365e60d321c17a81e6cb7fc1.tar.xz
eclipse.platform.swt-4dd933dbc49657f7365e60d321c17a81e6cb7fc1.zip
v4928r15
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 a6ec85f169..8152966611 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 = 14;
+ static int REVISION = 15;
/**
* 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 ff11d3ba5e..25eac6e289 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=928
-rev=14
-comma_ver=4,928,14,0
+rev=15
+comma_ver=4,928,15,0

Back to the top