v4930r1
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java b/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java
index 8152966..5bf0594 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java
@@ -32,12 +32,12 @@
 	/**
 	 * SWT Minor version number (must be in the range 0..999)
 	 */
-	static int MINOR_VERSION = 928;
+	static int MINOR_VERSION = 930;
 
 	/**
 	 * SWT revision number (must be >= 0)
 	 */
-	static int REVISION = 15;
+	static int REVISION = 1;
 
 	/**
 	 * The JAVA and SWT versions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak b/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak
index 25eac6e..0e7caaf 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak
@@ -13,6 +13,6 @@
 #*******************************************************************************
 
 maj_ver=4
-min_ver=928
-rev=15
-comma_ver=4,928,15,0
+min_ver=930
+rev=1
+comma_ver=4,930,1,0