Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Releng Bot2022-03-18 16:26:25 +0000
committerEclipse Releng Bot2022-03-18 16:26:25 +0000
commit8e5d182e6a92b4f6bba41dd054ddfbe7a144f27b (patch)
tree12266d03ce73ad784e9dd8ee612176396dceee55
parent0301fceac1546388790b28fa030ac9f42610d73d (diff)
downloadeclipse.platform.swt-8e5d182e6a92b4f6bba41dd054ddfbe7a144f27b.tar.gz
eclipse.platform.swt-8e5d182e6a92b4f6bba41dd054ddfbe7a144f27b.tar.xz
eclipse.platform.swt-8e5d182e6a92b4f6bba41dd054ddfbe7a144f27b.zip
v4952r6
-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 bb1bdb1416..5902733d19 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
@@ -35,7 +35,7 @@ public class Library {
/**
* SWT revision number (must be >= 0)
*/
- static int REVISION = 5;
+ static int REVISION = 6;
/**
* 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 611b327a18..429f0e5b6b 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,6 +14,6 @@
maj_ver=4
min_ver=952
-rev=5
-comma_ver=4,952,5,0
+rev=6
+comma_ver=4,952,6,0
cef_ver=3071 \ No newline at end of file

Back to the top