Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Releng Bot2021-09-14 00:55:53 +0000
committerEclipse Releng Bot2021-09-14 00:55:53 +0000
commitc83950c07ee5ca7fd5e3929ecaa77c383a5090cb (patch)
treef13c6fb1ceed69f761fa35977509f6192a82fb96
parente511efab8374e7b625df2ccaa8bf93ca133b75cb (diff)
downloadeclipse.platform.swt-c83950c07ee5ca7fd5e3929ecaa77c383a5090cb.tar.gz
eclipse.platform.swt-c83950c07ee5ca7fd5e3929ecaa77c383a5090cb.tar.xz
eclipse.platform.swt-c83950c07ee5ca7fd5e3929ecaa77c383a5090cb.zip
v4948r4
-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 7bfa05b91b..71f988e29d 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 = 3;
+ static int REVISION = 4;
/**
* 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 cc12e2c93c..66f89dc91e 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,6 +14,6 @@
maj_ver=4
min_ver=948
-rev=3
-comma_ver=4,948,3,0
+rev=4
+comma_ver=4,948,4,0
cef_ver=3071 \ No newline at end of file

Back to the top