Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-02-13 23:01:41 +0000
committergenie.releng2019-02-13 23:01:41 +0000
commit76dd824034d2a6faf05d4cdfa15077774bbfd5ed (patch)
tree4c221d778585af6948f117d58cf5f109c9b3cf29
parentf2a41f7a4410a657943ce506c40fe9a7b2be8503 (diff)
downloadeclipse.platform.swt-76dd824034d2a6faf05d4cdfa15077774bbfd5ed.tar.gz
eclipse.platform.swt-76dd824034d2a6faf05d4cdfa15077774bbfd5ed.tar.xz
eclipse.platform.swt-76dd824034d2a6faf05d4cdfa15077774bbfd5ed.zip
v4924r23
-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 366d513118..572b6ffdb6 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 = 22;
+ static int REVISION = 23;
/**
* 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 f14d5ebd86..8f00346d5f 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=22
-comma_ver=4,924,22,0
+rev=23
+comma_ver=4,924,23,0

Back to the top