From ee925d47bdc69de213b745bbfbdc830eb8b2414f Mon Sep 17 00:00:00 2001 From: Eclipse Releng Bot Date: Fri, 23 Oct 2020 16:02:51 +0000 Subject: v4940r11 --- .../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 b0432bd2cf..73ff665a19 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_4940r10" +name = "chromium_swt_4940r11" 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 53b6f6701b..0ac6f96e1a 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 = 10; + static int REVISION = 11; /** * 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 0734c01bfa..961631b4fa 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=10 -comma_ver=4,940,10,0 +rev=11 +comma_ver=4,940,11,0 cef_ver=3071 \ No newline at end of file -- cgit v1.2.3