Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2006-06-12 20:01:29 +0000
committerSilenio Quarti2006-06-12 20:01:29 +0000
commite30cac467377c934734aafab436656b7ea5abbf7 (patch)
tree86e67d58807b928d562045fd5c7a520cedb3f16c /bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse
parent0e121bf1dc645ba655e2df35d7d88e044d43e4cf (diff)
downloadeclipse.platform.swt-e30cac467377c934734aafab436656b7ea5abbf7.tar.gz
eclipse.platform.swt-e30cac467377c934734aafab436656b7ea5abbf7.tar.xz
eclipse.platform.swt-e30cac467377c934734aafab436656b7ea5abbf7.zip
v3301v3301
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 64db374c04..be21c812bf 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
@@ -22,7 +22,7 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 232;
+ static int MINOR_VERSION = 301;
/**
* SWT revision number (must be >= 0)

Back to the top