Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-04-30 23:00:43 +0000
committerEclipse Platform RelEng Bot2018-04-30 23:00:43 +0000
commited1295b962d7935267e88952cb2206a8f2f8023a (patch)
tree5456aeb81f96d972bfb87535300e64c44e8d7790
parent7b0cb58a2aedcac5c0973ddf0a9b4ab467c9e875 (diff)
downloadeclipse.platform.swt-ed1295b962d7935267e88952cb2206a8f2f8023a.tar.gz
eclipse.platform.swt-ed1295b962d7935267e88952cb2206a8f2f8023a.tar.xz
eclipse.platform.swt-ed1295b962d7935267e88952cb2206a8f2f8023a.zip
v4878
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak4
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/version.txt2
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 6c28961c8c..920f973a2a 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 = 877;
+ static int MINOR_VERSION = 878;
/**
* 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 50db8575bd..0188026e32 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=877
-comma_ver=4,8,7,7
+min_ver=878
+comma_ver=4,8,7,8
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 814a7a0447..392373975e 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.877 \ No newline at end of file
+version 4.878 \ No newline at end of file

Back to the top