From 428a099d6b4486a66f64f5e3a913da4470365b42 Mon Sep 17 00:00:00 2001 From: genie.releng Date: Wed, 14 Nov 2018 13:46:34 -0500 Subject: v4922r29 --- .../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 7e1f07d76c..3f914869e7 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 = 28; + static int REVISION = 29; /** * 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 56c07e032b..8a5ac69df5 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=28 -comma_ver=4,922,28,0 +rev=29 +comma_ver=4,922,29,0 -- cgit v1.2.3