Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-04-27 23:01:04 +0000
committerEclipse Platform RelEng Bot2018-04-27 23:01:04 +0000
commit84543178f845993bc649c8735552621954106f6f (patch)
treea9d9653aefccc7126c9d46cf64af03e48d882dbb
parentc48a52bcde9372e05071843dc94ffc8bd08dba8e (diff)
downloadeclipse.platform.swt-84543178f845993bc649c8735552621954106f6f.tar.gz
eclipse.platform.swt-84543178f845993bc649c8735552621954106f6f.tar.xz
eclipse.platform.swt-84543178f845993bc649c8735552621954106f6f.zip
v4877
-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 b5df97d161..6c28961c8c 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 = 876;
+ static int MINOR_VERSION = 877;
/**
* 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 c7cce3867a..50db8575bd 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=876
-comma_ver=4,8,7,6
+min_ver=877
+comma_ver=4,8,7,7
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 1865b50bc9..814a7a0447 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.876 \ No newline at end of file
+version 4.877 \ No newline at end of file

Back to the top