Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Releng Bot2021-08-10 22:03:47 +0000
committerEclipse Releng Bot2021-08-10 22:03:47 +0000
commit7380c3b6550d0ba7bc11eeba660bc8a7555d3b30 (patch)
treeaa799e65d37eebaf6a2fdc1de56be1c3e00122e4
parent8b6fae7c2e73400920439d73bae7f161eac372e0 (diff)
downloadeclipse.platform.swt-7380c3b6550d0ba7bc11eeba660bc8a7555d3b30.tar.gz
eclipse.platform.swt-7380c3b6550d0ba7bc11eeba660bc8a7555d3b30.tar.xz
eclipse.platform.swt-7380c3b6550d0ba7bc11eeba660bc8a7555d3b30.zip
v4946r17
-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 a496be1154..d08147640a 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_4946r16"
+name = "chromium_swt_4946r17"
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 cf9b0dd42f..6477557db8 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 = 16;
+ static int REVISION = 17;
/**
* 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 242984ac8f..df2a85fc40 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=16
-comma_ver=4,946,16,0
+rev=17
+comma_ver=4,946,17,0
cef_ver=3071 \ No newline at end of file

Back to the top