Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Releng Bot2020-03-06 21:18:09 +0000
committerEclipse Releng Bot2020-03-06 21:18:09 +0000
commita11f3fea70b7e24cf84628eb20f15be2dab5816e (patch)
tree3cd0be98c0c83dd7f97325171de4e06452786010
parent8bff4df1cd77efcf571fbbc83d434668062524f2 (diff)
downloadeclipse.platform.swt-a11f3fea70b7e24cf84628eb20f15be2dab5816e.tar.gz
eclipse.platform.swt-a11f3fea70b7e24cf84628eb20f15be2dab5816e.tar.xz
eclipse.platform.swt-a11f3fea70b7e24cf84628eb20f15be2dab5816e.zip
v4934r2
-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
2 files changed, 3 insertions, 3 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 975f99c454..fdd6bc5b5a 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
@@ -37,7 +37,7 @@ public class Library {
/**
* SWT revision number (must be >= 0)
*/
- static int REVISION = 1;
+ static int REVISION = 2;
/**
* 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 98434e4723..d34ddbfe97 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
@@ -14,5 +14,5 @@
maj_ver=4
min_ver=934
-rev=1
-comma_ver=4,934,1,0
+rev=2
+comma_ver=4,934,2,0

Back to the top