From 64ada58bd2771059de9e064e2291c060627b2fdd Mon Sep 17 00:00:00 2001 From: Eclipse Releng Bot Date: Thu, 24 Sep 2020 22:02:47 +0000 Subject: v4940r7 --- .../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 6175b33a8a..c5cf7ca582 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_4940r6" +name = "chromium_swt_4940r7" 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 3a3cd84b81..740ddea323 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 = 6; + static int REVISION = 7; /** * 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 a84c5e5514..5c74cf779f 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=6 -comma_ver=4,940,6,0 +rev=7 +comma_ver=4,940,7,0 cef_ver=3071 \ No newline at end of file -- cgit v1.2.3