Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2017-10-13 12:38:52 +0000
committerArun Thondapu2017-10-13 12:38:52 +0000
commit6f493e5de205cd705cd87be60ffe109a4ab275fa (patch)
treec1b79f7810aaebfb7ee92f1b47c7c6e3c4f470cf
parentec9c5818e838de844259bab420d16f3309d804c6 (diff)
downloadeclipse.platform.swt-6f493e5de205cd705cd87be60ffe109a4ab275fa.tar.gz
eclipse.platform.swt-6f493e5de205cd705cd87be60ffe109a4ab275fa.tar.xz
eclipse.platform.swt-6f493e5de205cd705cd87be60ffe109a4ab275fa.zip
v4824
-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 eee16cfafd..4f8dcd2250 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 = 823;
+ static int MINOR_VERSION = 824;
/**
* 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 d864ca16ad..bb6fff4d69 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=823
-comma_ver=4,8,2,3
+min_ver=824
+comma_ver=4,8,2,4
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index 57de7bc53c..6fcc304754 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.823 \ No newline at end of file
+version 4.824 \ No newline at end of file

Back to the top