v4946r5
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 d68f8ef..e9e37b6 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 @@
 authors = ["Equo <https://www.equoplatform.com/>", "Guillermo Zunino <guillez@gmail.com>"]

 

 [lib]

-name = "chromium_swt_4946r4"

+name = "chromium_swt_4946r5"

 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 87450f1..e1ba222 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 @@
 	/**
 	 * 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 be53fe4..e606816 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=946
-rev=4
-comma_ver=4,946,4,0
+rev=5
+comma_ver=4,946,5,0
 cef_ver=3071
\ No newline at end of file