Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Releng Bot2021-02-16 18:45:18 +0000
committerEclipse Releng Bot2021-02-16 18:45:18 +0000
commit2fe60b4a83e737a4ef41a9fb71f59330c017e58e (patch)
tree636da41905adbd2e45c17cdf772a549e2381eaf5
parentaf9f5cee1641970fa03ce813da7ba1dfc6e94141 (diff)
downloadeclipse.platform.swt-2fe60b4a83e737a4ef41a9fb71f59330c017e58e.tar.gz
eclipse.platform.swt-2fe60b4a83e737a4ef41a9fb71f59330c017e58e.tar.xz
eclipse.platform.swt-2fe60b4a83e737a4ef41a9fb71f59330c017e58e.zip
v4942r22
-rw-r--r--bundles/org.eclipse.swt.browser.chromium/common/rust-library/chromium_swt/Cargo.toml2
-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
3 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt.browser.chromium/common/rust-library/chromium_swt/Cargo.toml b/bundles/org.eclipse.swt.browser.chromium/common/rust-library/chromium_swt/Cargo.toml
index d6c6b92fc7..281f9a9532 100644
--- a/bundles/org.eclipse.swt.browser.chromium/common/rust-library/chromium_swt/Cargo.toml
+++ b/bundles/org.eclipse.swt.browser.chromium/common/rust-library/chromium_swt/Cargo.toml
@@ -4,7 +4,7 @@ version = "59.0.0"
authors = ["Equo <https://www.equoplatform.com/>", "Guillermo Zunino <guillez@gmail.com>"]
[lib]
-name = "chromium_swt_4942r21"
+name = "chromium_swt_4942r22"
crate-type = ["dylib"]
path = "src/lib.rs"
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 5600d26499..adb4d4fee6 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 = 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 2351efd30b..9346bca6ce 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=942
-rev=21
-comma_ver=4,942,21,0
+rev=22
+comma_ver=4,942,22,0
cef_ver=3071 \ No newline at end of file

Back to the top