Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2006-08-21 18:47:24 +0000
committerGrant Gayed2006-08-21 18:47:24 +0000
commitdef43961b1d0dbd54089c0c76efec6a9d49246a4 (patch)
tree3022c3032c874593e26849bc0c82f320ab47d771 /bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse
parent05db9bb10b05b057f83291fc85b009f471a6f55f (diff)
downloadeclipse.platform.swt-def43961b1d0dbd54089c0c76efec6a9d49246a4.tar.gz
eclipse.platform.swt-def43961b1d0dbd54089c0c76efec6a9d49246a4.tar.xz
eclipse.platform.swt-def43961b1d0dbd54089c0c76efec6a9d49246a4.zip
*** empty log message ***
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 350a89fa3d..c677727f02 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 = 305;
+ static int MINOR_VERSION = 306;
/**
* SWT revision number (must be >= 0)

Back to the top