Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2018-12-11 07:12:15 +0000
committergenie.releng2018-12-11 07:12:15 +0000
commitcccf0f1db3db19ede59b53a62954f031e8fbb178 (patch)
treee924eebfa1dee2dccd3ce8205db9e79a0656cc4b
parenta9bcd831c8c0185c53b3c9f39954d8389fda5054 (diff)
downloadeclipse.platform.swt-cccf0f1db3db19ede59b53a62954f031e8fbb178.tar.gz
eclipse.platform.swt-cccf0f1db3db19ede59b53a62954f031e8fbb178.tar.xz
eclipse.platform.swt-cccf0f1db3db19ede59b53a62954f031e8fbb178.zip
v4924r3
-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 5e32a33647..e49050b0b0 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
@@ -36,7 +36,7 @@ public class Library {
/**
* SWT revision number (must be >= 0)
*/
- static int REVISION = 2;
+ static int REVISION = 3;
/**
* 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 b611a26b9e..39afd59f5e 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=924
-rev=2
-comma_ver=4,924,2,0
+rev=3
+comma_ver=4,924,3,0

Back to the top