Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Releng Bot2022-02-03 18:16:39 +0000
committerEclipse Releng Bot2022-02-03 18:16:39 +0000
commita5a6af46eab6da9fa115bf4d4340958992d65f15 (patch)
treefc164a2606b9b221fd0a6ec0370e86ca5f56d21b
parent969c9f1e842964e6370172c833c1f55447a26f40 (diff)
downloadeclipse.platform.swt-a5a6af46eab6da9fa115bf4d4340958992d65f15.tar.gz
eclipse.platform.swt-a5a6af46eab6da9fa115bf4d4340958992d65f15.tar.xz
eclipse.platform.swt-a5a6af46eab6da9fa115bf4d4340958992d65f15.zip
v4950r5
-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 e85dd87eda..c38ddc0c76 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 = 4;
+ static int REVISION = 5;
/**
* 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 7dc1c42d2b..610ef78a12 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=950
-rev=4
-comma_ver=4,950,4,0
+rev=5
+comma_ver=4,950,5,0
cef_ver=3071 \ No newline at end of file

Back to the top