Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-02-11 23:01:40 +0000
committergenie.releng2019-02-11 23:01:40 +0000
commitbe474374338b4f7173fe7a77215de3bd2c023bf1 (patch)
tree3ff0766403ce5b157f37ad4808e6a82110f01548
parentcd0330316ccbd351a11ba60d73c5c3cbba9b2b99 (diff)
downloadeclipse.platform.swt-be474374338b4f7173fe7a77215de3bd2c023bf1.tar.gz
eclipse.platform.swt-be474374338b4f7173fe7a77215de3bd2c023bf1.tar.xz
eclipse.platform.swt-be474374338b4f7173fe7a77215de3bd2c023bf1.zip
v4924r22
-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 603954d6f6..366d513118 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 = 21;
+ static int REVISION = 22;
/**
* 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 910d1b0b39..f14d5ebd86 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=21
-comma_ver=4,924,21,0
+rev=22
+comma_ver=4,924,22,0

Back to the top