Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2018-12-12 23:01:28 +0000
committergenie.releng2018-12-12 23:01:28 +0000
commit19144f34b22102e609a044ac8fb7a4f00682fa79 (patch)
tree6817e2a3008f35a5f54af0f3e3ca04625ed6fae3 /bundles
parentb77f6b79509853f190eb31215268489bd7fd5f8a (diff)
downloadeclipse.platform.swt-19144f34b22102e609a044ac8fb7a4f00682fa79.tar.gz
eclipse.platform.swt-19144f34b22102e609a044ac8fb7a4f00682fa79.tar.xz
eclipse.platform.swt-19144f34b22102e609a044ac8fb7a4f00682fa79.zip
v4924r5
Diffstat (limited to 'bundles')
-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 20b7fc92b6..28743df67c 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 = 4;
+ static int REVISION = 5;
/**
* 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 5e3b1123df..9644a18992 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=4
-comma_ver=4,924,4,0
+rev=5
+comma_ver=4,924,5,0

Back to the top