From d55854d1335ed9ed50b1cd188c785a2619d326fc Mon Sep 17 00:00:00 2001 From: Silenio Quarti Date: Mon, 10 Sep 2012 16:59:50 -0400 Subject: v4304 --- .../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/swt/internal/Library.java') 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 a60452838e..41e01dbe80 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 = 303; + static int MINOR_VERSION = 304; /** * SWT revision number (must be >= 0) -- cgit