From 5af1ccbf3d299834f9952a612cf88d0ed050ce4f Mon Sep 17 00:00:00 2001 From: Eclipse Platform RelEng Bot Date: Fri, 15 Jun 2018 02:24:28 -0400 Subject: v4905 --- .../Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java | 2 +- bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak | 4 ++-- bundles/org.eclipse.swt/Eclipse SWT/common/version.txt | 2 +- 3 files changed, 4 insertions(+), 4 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 7891f54f08..319343170a 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 @@ -28,7 +28,7 @@ public class Library { /** * SWT Minor version number (must be in the range 0..999) */ - static int MINOR_VERSION = 904; + static int MINOR_VERSION = 905; /** * SWT revision number (must be >= 0) 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 e3b7c1891d..13bf100047 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 @@ -10,5 +10,5 @@ #******************************************************************************* maj_ver=4 -min_ver=904 -comma_ver=4,9,0,4 +min_ver=905 +comma_ver=4,9,0,5 diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt index e2d4ca2725..9bfd8c94a0 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt +++ b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt @@ -1 +1 @@ -version 4.904 \ No newline at end of file +version 4.905 \ No newline at end of file -- cgit v1.2.3