Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Releng Bot2020-06-05 08:07:07 +0000
committerEclipse Releng Bot2020-06-05 08:07:07 +0000
commitc8ac3e621b3c06c8edaa077091710a84072ca1a6 (patch)
tree91fc5c054d39e08d1e8b34f90e9702329e3ead47
parent6face66f61058159986d4c3e233d920d35a632dc (diff)
downloadeclipse.platform.swt-c8ac3e621b3c06c8edaa077091710a84072ca1a6.tar.gz
eclipse.platform.swt-c8ac3e621b3c06c8edaa077091710a84072ca1a6.tar.xz
eclipse.platform.swt-c8ac3e621b3c06c8edaa077091710a84072ca1a6.zip
v4936r2
-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 f780cd9447..f5d64df0e8 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 5cefb2ad99..6a734fdaea 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=936
-rev=1
-comma_ver=4,936,1,0
+rev=2
+comma_ver=4,936,2,0

Back to the top