From 6c9b689442efc1b9729f5972704e9258b3fc777b Mon Sep 17 00:00:00 2001 From: genie.releng Date: Mon, 27 May 2019 06:02:11 -0400 Subject: v4926r20 --- .../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 dbad2376d2..1d2038eae8 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 @@ public class Library { /** * SWT revision number (must be >= 0) */ - static int REVISION = 19; + static int REVISION = 20; /** * 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 e2d0d550bc..e6dd179982 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=19 -comma_ver=4,926,19,0 +rev=20 +comma_ver=4,926,20,0 -- cgit v1.2.3