diff options
author | Eclipse Releng Bot | 2021-11-30 15:09:49 +0000 |
---|---|---|
committer | Eclipse Releng Bot | 2021-11-30 15:09:49 +0000 |
commit | 5f570246ffcaa107059c7502562fdd4ee225f676 (patch) | |
tree | 23c0f14686064707850cb1fd050fbc5c4c4b7c63 | |
parent | cc056e1da587e2b4f6cf9d7269db2708083311c7 (diff) | |
download | eclipse.platform.swt-5f570246ffcaa107059c7502562fdd4ee225f676.tar.gz eclipse.platform.swt-5f570246ffcaa107059c7502562fdd4ee225f676.tar.xz eclipse.platform.swt-5f570246ffcaa107059c7502562fdd4ee225f676.zip |
v4950r3
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java | 2 | ||||
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak | 4 |
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 435e36ae4b..c630b9932d 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 = 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 4cd787a07d..a2a919082b 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=2 -comma_ver=4,950,2,0 +rev=3 +comma_ver=4,950,3,0 cef_ver=3071
\ No newline at end of file |