Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilly Biggs2005-08-29 21:46:05 +0000
committerBilly Biggs2005-08-29 21:46:05 +0000
commit488c75ec06fbb160a8ae0e3bd6f9b5ec32528cac (patch)
treeadc46773755015ba504073bc742d8034f4b8f87e /bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal
parent44ae36fe7f67ce3d02dc9259e41d2850fad3350c (diff)
downloadeclipse.platform.swt-488c75ec06fbb160a8ae0e3bd6f9b5ec32528cac.tar.gz
eclipse.platform.swt-488c75ec06fbb160a8ae0e3bd6f9b5ec32528cac.tar.xz
eclipse.platform.swt-488c75ec06fbb160a8ae0e3bd6f9b5ec32528cac.zip
v3204
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal')
-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 c0f8116c07..0af17a71f9 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 = 203;
+ static int MINOR_VERSION = 204;
/**
* SWT revision number (must be >= 0)

Back to the top