Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Releng Bot2020-09-10 22:03:01 +0000
committerEclipse Releng Bot2020-09-10 22:03:01 +0000
commit1d18c3df0ef1430de8de7927d8b67beac875a544 (patch)
treedff5549382196560bdc8d5229ca4c0968b05a7cd
parent8983916bc57ace2f663d6a139a4518a0317cc626 (diff)
downloadeclipse.platform.swt-1d18c3df0ef1430de8de7927d8b67beac875a544.tar.gz
eclipse.platform.swt-1d18c3df0ef1430de8de7927d8b67beac875a544.tar.xz
eclipse.platform.swt-1d18c3df0ef1430de8de7927d8b67beac875a544.zip
v4940r5
-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 18d152146a..56b9ab66a8 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_4940r4"
+name = "chromium_swt_4940r5"
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 e87af52efe..4aeb3c8735 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 d92afdba7d..737368c343 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=4
-comma_ver=4,940,4,0
+rev=5
+comma_ver=4,940,5,0
cef_ver=3071 \ No newline at end of file

Back to the top