Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-05-17 22:01:28 +0000
committergenie.releng2019-05-17 22:01:28 +0000
commit5ce7f73008eb52965b902233a079729d3d995ed1 (patch)
treec6d0d3699f17b6aafef1bcdba8c567e6e85fdce1
parent929b63844fbc2a382b7bd182abadf81b45dc04d3 (diff)
downloadeclipse.platform.swt-5ce7f73008eb52965b902233a079729d3d995ed1.tar.gz
eclipse.platform.swt-5ce7f73008eb52965b902233a079729d3d995ed1.tar.xz
eclipse.platform.swt-5ce7f73008eb52965b902233a079729d3d995ed1.zip
v4926r19
-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 d37bc59f56..2588daf932 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 149e422414..e2d0d550bc 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=18
-comma_ver=4,926,18,0
+rev=19
+comma_ver=4,926,19,0

Back to the top