Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine2006-01-09 21:37:30 +0000
committerVeronika Irvine2006-01-09 21:37:30 +0000
commitad52f383f8296ddc0094948e6ac763bb4f6307ac (patch)
treec0d9cbd4fa7a6905371257a82021ba005448dcc9 /bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal
parentb35f1ecb3953784cc631c1fbc11e0aed04d68303 (diff)
downloadeclipse.platform.swt-ad52f383f8296ddc0094948e6ac763bb4f6307ac.tar.gz
eclipse.platform.swt-ad52f383f8296ddc0094948e6ac763bb4f6307ac.tar.xz
eclipse.platform.swt-ad52f383f8296ddc0094948e6ac763bb4f6307ac.zip
v3219v3219
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 dea1882bee..c9341e55e3 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 = 218;
+ static int MINOR_VERSION = 219;
/**
* SWT revision number (must be >= 0)

Back to the top