From 38e4409b062d9678af61a0f2ba929db99b4b779b Mon Sep 17 00:00:00 2001 From: genie.releng Date: Fri, 16 Nov 2018 18:01:40 -0500 Subject: v4922r31 --- .../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(-) (limited to 'bundles') 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 2e291d614f..5e7456d528 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 = 30; + static int REVISION = 31; /** * 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 bdba28b897..a5a42b47db 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=922 -rev=30 -comma_ver=4,922,30,0 +rev=31 +comma_ver=4,922,31,0 -- cgit v1.2.3