From a83fcf6055f867f0050aa97de300cbeb9da19a0d Mon Sep 17 00:00:00 2001 From: Bogdan Gheorghe Date: Mon, 12 May 2008 21:04:22 +0000 Subject: v3445 for I20080513 --- .../Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java | 2 +- .../Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI') diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java index 0823a4b539..4f700e25bb 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/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 = 444; + static int MINOR_VERSION = 445; /** * SWT revision number (must be >= 0) 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 f9e47ce9a4..0ae5d45502 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 @@ -24,7 +24,7 @@ public class Library { /** * SWT Minor version number (must be in the range 0..999) */ - static int MINOR_VERSION = 444; + static int MINOR_VERSION = 445; /** * SWT revision number (must be >= 0) -- cgit