Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Releng Bot2021-06-10 22:59:37 +0000
committerEclipse Releng Bot2021-06-10 22:59:37 +0000
commiteaaa10673504fd5e20dfbed2e00e3439747ebf59 (patch)
tree9064b0263d987d91df849c193bea58c000a85188 /bundles
parent742fe1dc05feea3b5756d5b75c4e76de728ef7e7 (diff)
downloadeclipse.platform.swt-eaaa10673504fd5e20dfbed2e00e3439747ebf59.tar.gz
eclipse.platform.swt-eaaa10673504fd5e20dfbed2e00e3439747ebf59.tar.xz
eclipse.platform.swt-eaaa10673504fd5e20dfbed2e00e3439747ebf59.zip
v4946r5
Diffstat (limited to 'bundles')
-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 d68f8ef7ec..e9e37b6cca 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_4946r4"
+name = "chromium_swt_4946r5"
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 87450f171a..e1ba222912 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 = 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 be53fe4cfe..e606816515 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=946
-rev=4
-comma_ver=4,946,4,0
+rev=5
+comma_ver=4,946,5,0
cef_ver=3071 \ No newline at end of file

Back to the top