Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Releng Bot2020-08-14 14:49:52 +0000
committerEclipse Releng Bot2020-08-14 14:49:52 +0000
commitd46803731cca0a9ed8356b40e9c6ddbf2773aa45 (patch)
tree120fe6fb35cefe8215b55fb6aab1e6bfb65a6813
parent0c4bec3ebac33fe91e5435643d527391411fd4f2 (diff)
downloadeclipse.platform.swt-d46803731cca0a9ed8356b40e9c6ddbf2773aa45.tar.gz
eclipse.platform.swt-d46803731cca0a9ed8356b40e9c6ddbf2773aa45.tar.xz
eclipse.platform.swt-d46803731cca0a9ed8356b40e9c6ddbf2773aa45.zip
v4936r26
-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 513c635a04..3ae3b1bf35 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_4936r25"
+name = "chromium_swt_4936r26"
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 42436a2b4f..664b97883f 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 = 25;
+ static int REVISION = 26;
/**
* 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 181cde065d..8f1610f298 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=936
-rev=25
-comma_ver=4,936,25,0
+rev=26
+comma_ver=4,936,26,0
cef_ver=3071 \ No newline at end of file

Back to the top