Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Releng Bot2020-03-06 21:15:44 +0000
committerEclipse Releng Bot2020-03-06 21:15:44 +0000
commit8bff4df1cd77efcf571fbbc83d434668062524f2 (patch)
tree186ef661f5fb5f56b3635eda5f9019a256515e36 /bundles
parent5f7a90c8bd7b7b0cb84677ed5fbbc8bd0e8ddad9 (diff)
downloadeclipse.platform.swt-8bff4df1cd77efcf571fbbc83d434668062524f2.tar.gz
eclipse.platform.swt-8bff4df1cd77efcf571fbbc83d434668062524f2.tar.xz
eclipse.platform.swt-8bff4df1cd77efcf571fbbc83d434668062524f2.zip
v4934r1
Diffstat (limited to 'bundles')
-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 d60a78d463..975f99c454 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 = 932;
+ static int MINOR_VERSION = 934;
/**
* SWT revision number (must be >= 0)
*/
- static int REVISION = 18;
+ 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 ff8a9e5be4..98434e4723 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=932
-rev=18
-comma_ver=4,932,18,0
+min_ver=934
+rev=1
+comma_ver=4,934,1,0

Back to the top