From 7b76a545249c1dec2dca98cb6bc53c9041ac47b2 Mon Sep 17 00:00:00 2001 From: genie.releng Date: Thu, 17 Jan 2019 18:02:08 -0500 Subject: v4924r11 --- .../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 35e45056c0..2bffce3cfb 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 5f9457f9df..7932d038d0 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=924 -rev=10 -comma_ver=4,924,10,0 +rev=11 +comma_ver=4,924,11,0 -- cgit v1.2.3