Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-01-24 23:01:20 +0000
committergenie.releng2019-01-24 23:01:20 +0000
commitf07a148f8874d6daeb453fc427fa670e74cd52e0 (patch)
tree79275f0229de9311b0a5f97a54ffc3be479cbf2e
parent5a838c080a6ceb66add0bde541a2eeedf458e970 (diff)
downloadeclipse.platform.swt-f07a148f8874d6daeb453fc427fa670e74cd52e0.tar.gz
eclipse.platform.swt-f07a148f8874d6daeb453fc427fa670e74cd52e0.tar.xz
eclipse.platform.swt-f07a148f8874d6daeb453fc427fa670e74cd52e0.zip
v4924r15
-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 234afab8ac..9af3130ced 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 = 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 49f4e8356f..7f7877b7d7 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=924
-rev=14
-comma_ver=4,924,14,0
+rev=15
+comma_ver=4,924,15,0

Back to the top