Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Releng Bot2021-06-04 07:37:31 +0000
committerEclipse Releng Bot2021-06-04 07:37:31 +0000
commit921f79921d1e5fd7e6bfb4aac8f0e45396ba03bd (patch)
tree64825aa81325d8f6a253ae5cbf3e0282657b4cad
parente2434676876164b20e371dd644f257482d9d1a9d (diff)
downloadeclipse.platform.swt-921f79921d1e5fd7e6bfb4aac8f0e45396ba03bd.tar.gz
eclipse.platform.swt-921f79921d1e5fd7e6bfb4aac8f0e45396ba03bd.tar.xz
eclipse.platform.swt-921f79921d1e5fd7e6bfb4aac8f0e45396ba03bd.zip
v4946r1
-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.java4
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak6
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/version.txt2
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 5295fb007a..ecc267caca 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_4944r26"
+name = "chromium_swt_4946r1"
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 c878ed3cd1..0759ba14b9 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 = 944;
+ static int MINOR_VERSION = 946;
/**
* 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 98d9132950..558648384e 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=944
-rev=26
-comma_ver=4,944,26,0
+min_ver=946
+rev=1
+comma_ver=4,946,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 5295292ac2..d5d9326279 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.944 \ No newline at end of file
+version 4.946 \ No newline at end of file

Back to the top