Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2017-10-10 23:03:09 +0000
committerArun Thondapu2017-10-10 23:03:09 +0000
commitbd55e87225612f927b4473b69ce181dfed7462e8 (patch)
tree3f81fafc659dc27fd340d5db1b61ef7dc18b7d28
parent20c904694cf657067bc4156df2818978c6c67981 (diff)
downloadeclipse.platform.swt-bd55e87225612f927b4473b69ce181dfed7462e8.tar.gz
eclipse.platform.swt-bd55e87225612f927b4473b69ce181dfed7462e8.tar.xz
eclipse.platform.swt-bd55e87225612f927b4473b69ce181dfed7462e8.zip
v4823
-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 ec87ba68de..eee16cfafd 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 = 822;
+ static int MINOR_VERSION = 823;
/**
* 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 a4650ec6ec..d864ca16ad 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=822
-comma_ver=4,8,2,2
+min_ver=823
+comma_ver=4,8,2,3
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index a109426910..57de7bc53c 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.822 \ No newline at end of file
+version 4.823 \ No newline at end of file

Back to the top