Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-05-04 23:01:56 +0000
committerEclipse Platform RelEng Bot2018-05-04 23:01:56 +0000
commitb3fa84bdd399b502687836dc72dcaf4db94357b8 (patch)
tree70f889cc1e09cfe0639f06fb40a530f4e9757c7c /bundles
parent305c3533567def4f6c3889aa0548555cb13e1704 (diff)
downloadeclipse.platform.swt-b3fa84bdd399b502687836dc72dcaf4db94357b8.tar.gz
eclipse.platform.swt-b3fa84bdd399b502687836dc72dcaf4db94357b8.tar.xz
eclipse.platform.swt-b3fa84bdd399b502687836dc72dcaf4db94357b8.zip
v4880
Diffstat (limited to 'bundles')
-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 7b281578e5..bd2ceeac7b 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 = 879;
+ static int MINOR_VERSION = 880;
/**
* 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 8d3402223e..648dcc4ecc 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=879
-comma_ver=4,8,7,9
+min_ver=880
+comma_ver=4,8,8,0
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index b06578558d..490ec7219f 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.879 \ No newline at end of file
+version 4.880 \ No newline at end of file

Back to the top