Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2018-01-05 00:04:53 +0000
committergenie.releng2018-01-05 00:04:53 +0000
commit22b0a0ddfed6c17f28dfdce9383eb9340686c879 (patch)
tree5bf2904297e08ecd7f882f76f98299fddae58d18 /bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse
parent0614caa4826966fc03c28be8efa64ad2a53038f6 (diff)
downloadeclipse.platform.swt-22b0a0ddfed6c17f28dfdce9383eb9340686c879.tar.gz
eclipse.platform.swt-22b0a0ddfed6c17f28dfdce9383eb9340686c879.tar.xz
eclipse.platform.swt-22b0a0ddfed6c17f28dfdce9383eb9340686c879.zip
v4850
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java2
1 files changed, 1 insertions, 1 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 656a0c3a8f..5c4ebab3ba 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
@@ -28,7 +28,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 849;
+ static int MINOR_VERSION = 850;
/**
* SWT revision number (must be >= 0)

Back to the top