Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Releng Bot2020-08-12 11:17:37 +0000
committerEclipse Releng Bot2020-08-12 11:17:37 +0000
commit584a0f761b30b6839d83102141fd64f6ded0e86b (patch)
tree876656476e323fa05f10e142bf73bf9b5594791e
parent3fd3626fcf3dc571fae86899173f204ee68a8a18 (diff)
downloadeclipse.platform.swt-584a0f761b30b6839d83102141fd64f6ded0e86b.tar.gz
eclipse.platform.swt-584a0f761b30b6839d83102141fd64f6ded0e86b.tar.xz
eclipse.platform.swt-584a0f761b30b6839d83102141fd64f6ded0e86b.zip
v4936r24
-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 a6e3624dbf..f02ae14425 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_4936r23"
+name = "chromium_swt_4936r24"
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 6014c11a97..cad6bb84ab 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 = 23;
+ static int REVISION = 24;
/**
* 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 4dae5007c1..d6731d3ee2 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=23
-comma_ver=4,936,23,0
+rev=24
+comma_ver=4,936,24,0
cef_ver=3071 \ No newline at end of file

Back to the top