Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod2006-10-23 19:16:59 +0000
committerCarolyn MacLeod2006-10-23 19:16:59 +0000
commit29068c37a2a62d4146599ab30e214815de83331f (patch)
tree65583f2ce55b92707bae0a5e63934949b3355913 /bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse
parent36bf5947dc98ca54efab2d6e5b3e64ddcc862752 (diff)
downloadeclipse.platform.swt-29068c37a2a62d4146599ab30e214815de83331f.tar.gz
eclipse.platform.swt-29068c37a2a62d4146599ab30e214815de83331f.tar.xz
eclipse.platform.swt-29068c37a2a62d4146599ab30e214815de83331f.zip
v3313
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 12aa2641e4..c499320a52 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 = 312;
+ static int MINOR_VERSION = 313;
/**
* SWT revision number (must be >= 0)

Back to the top