Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-04-09 22:01:28 +0000
committergenie.releng2019-04-09 22:01:28 +0000
commitfe0135baf7640625212ca572adee1f8eb84836ad (patch)
treed6a6670fdc3f7be5c32bf4aa4c3e0b258ed726f8
parentf867f7e6a01df090080f0a6f89b37bcbf0ec7d4b (diff)
downloadeclipse.platform.swt-fe0135baf7640625212ca572adee1f8eb84836ad.tar.gz
eclipse.platform.swt-fe0135baf7640625212ca572adee1f8eb84836ad.tar.xz
eclipse.platform.swt-fe0135baf7640625212ca572adee1f8eb84836ad.zip
v4926r11
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak4
2 files changed, 3 insertions, 3 deletions
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 e8ff4214fb..c84ecccbb3 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
@@ -36,7 +36,7 @@ public class Library {
/**
* SWT revision number (must be >= 0)
*/
- static int REVISION = 10;
+ static int REVISION = 11;
/**
* 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 beb0a43296..bfe2858824 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
@@ -14,5 +14,5 @@
maj_ver=4
min_ver=926
-rev=10
-comma_ver=4,926,10,0
+rev=11
+comma_ver=4,926,11,0

Back to the top