diff options
author | Eclipse Releng Bot | 2020-09-03 14:21:22 +0000 |
---|---|---|
committer | Eclipse Releng Bot | 2020-09-03 14:21:22 +0000 |
commit | f6e1d955d81678d06d8e4f2c13dc83803ccb9fa1 (patch) | |
tree | b10db71972a2e0e712d2591ec7103256e465c7fd | |
parent | e17f8602defb4c167e3c86b836448daea6cab383 (diff) | |
download | eclipse.platform.swt-f6e1d955d81678d06d8e4f2c13dc83803ccb9fa1.tar.gz eclipse.platform.swt-f6e1d955d81678d06d8e4f2c13dc83803ccb9fa1.tar.xz eclipse.platform.swt-f6e1d955d81678d06d8e4f2c13dc83803ccb9fa1.zip |
v4938r1
4 files changed, 7 insertions, 7 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 3ae3b1bf35..81df3fdfb6 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_4936r26"
+name = "chromium_swt_4938r1"
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 664b97883f..d85936d93d 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 @@ -32,12 +32,12 @@ public class Library { /** * SWT Minor version number (must be in the range 0..999) */ - static int MINOR_VERSION = 936; + static int MINOR_VERSION = 938; /** * SWT revision number (must be >= 0) */ - static int REVISION = 26; + static int REVISION = 1; /** * 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 8f1610f298..7e2894ff7e 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 @@ -13,7 +13,7 @@ #******************************************************************************* maj_ver=4 -min_ver=936 -rev=26 -comma_ver=4,936,26,0 +min_ver=938 +rev=1 +comma_ver=4,938,1,0 cef_ver=3071
\ No newline at end of file diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt index 65a1bec40c..f0787c3d5b 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt +++ b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt @@ -1 +1 @@ -version 4.936
\ No newline at end of file +version 4.938
\ No newline at end of file |