From 7de2989f15b2bd13e02b5d525529cc8b072bde8e Mon Sep 17 00:00:00 2001 From: Silenio Quarti Date: Thu, 18 Oct 2012 17:50:36 -0400 Subject: v4310 --- .../Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse') 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 13732b3c7e..52ea979efa 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 @@ -26,7 +26,7 @@ public class Library { /** * SWT Minor version number (must be in the range 0..999) */ - static int MINOR_VERSION = 309; + static int MINOR_VERSION = 310; /** * SWT revision number (must be >= 0) -- cgit