Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-02-04 23:01:26 +0000
committergenie.releng2019-02-04 23:01:26 +0000
commit6a2fc73a0eb659c22cda673cfc074717015b8579 (patch)
tree6c5b34647b7a128840dde5d2627c0558ed7c450b
parent68151edac00a7e6861d405833a6c270526304454 (diff)
downloadeclipse.platform.swt-6a2fc73a0eb659c22cda673cfc074717015b8579.tar.gz
eclipse.platform.swt-6a2fc73a0eb659c22cda673cfc074717015b8579.tar.xz
eclipse.platform.swt-6a2fc73a0eb659c22cda673cfc074717015b8579.zip
v4924r19
-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 491a4ea49b..e3d4743528 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 = 18;
+ static int REVISION = 19;
/**
* 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 4ac9ed2596..2e1cf0bbdf 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=18
-comma_ver=4,924,18,0
+rev=19
+comma_ver=4,924,19,0

Back to the top