From 99aa8aa5b88fb4867827824844707e74aecc24e1 Mon Sep 17 00:00:00 2001 From: Silenio Quarti Date: Mon, 24 Sep 2012 17:28:19 -0400 Subject: v4306 --- .../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 faa2b82a16..ac0c5167ff 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 = 305; + static int MINOR_VERSION = 306; /** * SWT revision number (must be >= 0) -- cgit