Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-05-27 22:04:30 +0000
committergenie.releng2019-05-27 22:04:30 +0000
commit700e5ce06f89af188f82e065d03a6bfcd55585e3 (patch)
treea6cdb9b920c2b507566e42da89e57a863b47833b
parent415f94a4ceca8db4fae42b7020da3426dd8eca5a (diff)
downloadeclipse.platform.swt-700e5ce06f89af188f82e065d03a6bfcd55585e3.tar.gz
eclipse.platform.swt-700e5ce06f89af188f82e065d03a6bfcd55585e3.tar.xz
eclipse.platform.swt-700e5ce06f89af188f82e065d03a6bfcd55585e3.zip
v4926r21
-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 1d2038eae8..29a8545123 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 = 20;
+ static int REVISION = 21;
/**
* 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 e6dd179982..56e255412b 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=20
-comma_ver=4,926,20,0
+rev=21
+comma_ver=4,926,21,0

Back to the top