From c75efcd77a0cb6f9642bd3b397e4188b5e19ce78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Thu, 9 Nov 2023 13:30:56 +0200 Subject: [PATCH] Make revision for natives to be 4 too Work towards fixing https://github.com/eclipse-platform/eclipse.platform.swt/issues/868 --- .../Eclipse SWT/common/library/make_common.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 172cf0e2724..0907fba0551 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,5 +14,5 @@ maj_ver=4 min_ver=963 -rev=3 -comma_ver=4,963,3,0 \ No newline at end of file +rev=4 +comma_ver=4,963,4,0 \ No newline at end of file