From 3121b0069249e4965ca68cd74d8b2caab36d92ed Mon Sep 17 00:00:00 2001 From: Eclipse Releng Bot Date: Thu, 5 Nov 2020 23:03:11 +0000 Subject: v4940r20 --- .../common/rust-library/chromium_swt/Cargo.toml | 2 +- .../Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java | 2 +- bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak | 4 ++-- 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 45c18cdc97..79d5a7cb14 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 ", "Guillermo Zunino "] [lib] -name = "chromium_swt_4940r19" +name = "chromium_swt_4940r20" 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 f6855732b0..c176e966f6 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 = 19; + static int REVISION = 20; /** * 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 1bdfc11a50..66684f9a43 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=940 -rev=19 -comma_ver=4,940,19,0 +rev=20 +comma_ver=4,940,20,0 cef_ver=3071 \ No newline at end of file -- cgit v1.2.3