Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-06-07 08:56:38 +0000
committergenie.releng2019-06-07 08:56:38 +0000
commit32f5b9f968c7517d62e0db9dbf8d223507330bdf (patch)
tree569d5f8bfb5e2e27101e7bd99ecea12d5eae42fb
parent97935a99442b5de46c4998a9b56676c84dbbc8d0 (diff)
downloadeclipse.platform.swt-32f5b9f968c7517d62e0db9dbf8d223507330bdf.tar.gz
eclipse.platform.swt-32f5b9f968c7517d62e0db9dbf8d223507330bdf.tar.xz
eclipse.platform.swt-32f5b9f968c7517d62e0db9dbf8d223507330bdf.zip
v4928r1
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java4
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak6
2 files changed, 5 insertions, 5 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 29a8545123..a2f7f5e6b1 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
@@ -32,12 +32,12 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 926;
+ static int MINOR_VERSION = 928;
/**
* SWT revision number (must be >= 0)
*/
- static int REVISION = 21;
+ static int REVISION = 1;
/**
* 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 56e255412b..a8bfdf864b 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
@@ -13,6 +13,6 @@
#*******************************************************************************
maj_ver=4
-min_ver=926
-rev=21
-comma_ver=4,926,21,0
+min_ver=928
+rev=1
+comma_ver=4,928,1,0

Back to the top