From 70144825074ccf2473838ec6dc54665ebd022477 Mon Sep 17 00:00:00 2001 From: genie.releng Date: Tue, 18 Jun 2019 18:07:14 -0400 Subject: v4928r6 --- .../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 0df7b1668b..0ac0ae144c 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 = 5; + static int REVISION = 6; /** * 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 9e4ce699d3..11b7ef3a59 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=928 -rev=5 -comma_ver=4,928,5,0 +rev=6 +comma_ver=4,928,6,0 -- cgit v1.2.3