Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2017-10-06 11:44:11 +0000
committerArun Thondapu2017-10-06 11:44:11 +0000
commit25bfb29ab8fb96adfe060953e7c8eb49af39f353 (patch)
tree93c460e8ea8e2f36b7b4a76b97a6979458d01958 /bundles
parent37e6b935a9b182ccc361b7f96a951e9a1c600671 (diff)
downloadeclipse.platform.swt-25bfb29ab8fb96adfe060953e7c8eb49af39f353.tar.gz
eclipse.platform.swt-25bfb29ab8fb96adfe060953e7c8eb49af39f353.tar.xz
eclipse.platform.swt-25bfb29ab8fb96adfe060953e7c8eb49af39f353.zip
v4822
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak4
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/version.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java
index 879c6f3029..ec87ba68de 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java
@@ -26,7 +26,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 821;
+ static int MINOR_VERSION = 822;
/**
* SWT revision number (must be >= 0)
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 d0a5eb1755..a4650ec6ec 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
@@ -10,5 +10,5 @@
#*******************************************************************************
maj_ver=4
-min_ver=821
-comma_ver=4,8,2,1
+min_ver=822
+comma_ver=4,8,2,2
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 1447303f5d..a109426910 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
@@ -1 +1 @@
-version 4.821 \ No newline at end of file
+version 4.822 \ No newline at end of file

Back to the top