Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-03-20 03:02:54 +0000
committergenie.releng2019-03-20 03:02:54 +0000
commitf1a08358f0de38c390430af51ea8fe3260e3829e (patch)
tree70a2a8440ffe4d359e65d46f9ad1dba571e35843
parentd0784db1e3bebc8d93934e4d67c42045cd4c0cae (diff)
downloadeclipse.platform.swt-f1a08358f0de38c390430af51ea8fe3260e3829e.tar.gz
eclipse.platform.swt-f1a08358f0de38c390430af51ea8fe3260e3829e.tar.xz
eclipse.platform.swt-f1a08358f0de38c390430af51ea8fe3260e3829e.zip
v4926r4
-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 dd1a95e906..a1f242662e 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 = 3;
+ static int REVISION = 4;
/**
* 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 d4874c0783..2b2eb4ac4e 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=3
-comma_ver=4,926,3,0
+rev=4
+comma_ver=4,926,4,0

Back to the top