From fe0135baf7640625212ca572adee1f8eb84836ad Mon Sep 17 00:00:00 2001 From: genie.releng Date: Tue, 9 Apr 2019 18:01:28 -0400 Subject: v4926r11 --- .../Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java | 2 +- bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 e8ff4214fb..c84ecccbb3 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 @@ -36,7 +36,7 @@ public class Library { /** * SWT revision number (must be >= 0) */ - static int REVISION = 10; + static int REVISION = 11; /** * 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 beb0a43296..bfe2858824 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=926 -rev=10 -comma_ver=4,926,10,0 +rev=11 +comma_ver=4,926,11,0 -- cgit v1.2.3