Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Releng Bot2021-09-03 12:02:49 +0000
committerEclipse Releng Bot2021-09-03 12:02:49 +0000
commit76e9cb21ae1f99a489b4c6eba81aa0148b3b0751 (patch)
tree5b2919178821258dedebc7c1107e7bb55c8fe7a4
parent95aff24b998ac08a4d0fc2d96f42a714490d9c03 (diff)
downloadeclipse.platform.swt-76e9cb21ae1f99a489b4c6eba81aa0148b3b0751.tar.gz
eclipse.platform.swt-76e9cb21ae1f99a489b4c6eba81aa0148b3b0751.tar.xz
eclipse.platform.swt-76e9cb21ae1f99a489b4c6eba81aa0148b3b0751.zip
v4948r2
-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 b2e689c7ca..66255f3ca5 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 463b849ec6..e54bebb2c3 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=1
-comma_ver=4,948,1,0
+rev=2
+comma_ver=4,948,2,0
cef_ver=3071 \ No newline at end of file

Back to the top