Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-03-08 09:12:00 +0000
committergenie.releng2019-03-08 09:12:00 +0000
commit53ff70ed5d219c52801e258045d12a8b2bfb5924 (patch)
treefbc33a20d8b1241af5c98a04372c3a44a133d89b
parent7fa6079dfa39681a5eb69671aecd2860858644f9 (diff)
downloadeclipse.platform.swt-53ff70ed5d219c52801e258045d12a8b2bfb5924.tar.gz
eclipse.platform.swt-53ff70ed5d219c52801e258045d12a8b2bfb5924.tar.xz
eclipse.platform.swt-53ff70ed5d219c52801e258045d12a8b2bfb5924.zip
v4926r1
-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 1100383bd6..371d7d02ca 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
@@ -31,12 +31,12 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 924;
+ static int MINOR_VERSION = 926;
/**
* SWT revision number (must be >= 0)
*/
- static int REVISION = 25;
+ 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 fd420d3f1b..68bb31a747 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=924
-rev=25
-comma_ver=4,924,25,0
+min_ver=926
+rev=1
+comma_ver=4,926,1,0

Back to the top