Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2018-03-16 23:00:53 +0000
committergenie.releng2018-03-16 23:00:53 +0000
commit600b1eb58f1eb1c2d232805c4d2d0a9d76f61020 (patch)
treeda581b05ccee9b1157297623d7f4810a2c1b45c2
parentdb3af59c61787f3fad675cb8224c844bb0a8949e (diff)
downloadeclipse.platform.swt-600b1eb58f1eb1c2d232805c4d2d0a9d76f61020.tar.gz
eclipse.platform.swt-600b1eb58f1eb1c2d232805c4d2d0a9d76f61020.tar.xz
eclipse.platform.swt-600b1eb58f1eb1c2d232805c4d2d0a9d76f61020.zip
v4864
-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
-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/org/eclipse/swt/internal/Library.java b/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java
index c798e05c34..e638b16904 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
@@ -28,7 +28,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 863;
+ static int MINOR_VERSION = 864;
/**
* 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 f14de46b55..5775345e95 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=863
-comma_ver=4,8,6,3
+min_ver=864
+comma_ver=4,8,6,4
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index f6b9e50a61..ab4fa27dcc 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.863 \ No newline at end of file
+version 4.864 \ No newline at end of file

Back to the top