Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2016-08-01 06:57:41 +0000
committerArun Thondapu2016-08-01 06:57:41 +0000
commit9b4b5e24814152b3b0d3bfe5a87a22dac5253402 (patch)
tree84d170a48981d50996160421d88c002e227b0a13 /bundles
parent5ac29feccec0adc013fc1efe58c955fffa22ad16 (diff)
downloadeclipse.platform.swt-9b4b5e24814152b3b0d3bfe5a87a22dac5253402.tar.gz
eclipse.platform.swt-9b4b5e24814152b3b0d3bfe5a87a22dac5253402.tar.xz
eclipse.platform.swt-9b4b5e24814152b3b0d3bfe5a87a22dac5253402.zip
v4705
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 625dd8fec2..3b5366078e 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 = 704;
+ static int MINOR_VERSION = 705;
/**
* 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 9c2778146c..20246c8432 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=704
-comma_ver=4,7,0,4
+min_ver=705
+comma_ver=4,7,0,5
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index df87adc43b..667e52bca6 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.704 \ No newline at end of file
+version 4.705 \ No newline at end of file

Back to the top