Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-04-03 22:01:33 +0000
committergenie.releng2019-04-03 22:01:33 +0000
commitf5c056d4e3c4c3a734e7db1784d386d2841bfa40 (patch)
treebd74e543d17e4cd6013656794469686fdb6a7f59 /bundles
parent2dfa77fb07779dbb9c647dc96a4c6628321df4a3 (diff)
downloadeclipse.platform.swt-f5c056d4e3c4c3a734e7db1784d386d2841bfa40.tar.gz
eclipse.platform.swt-f5c056d4e3c4c3a734e7db1784d386d2841bfa40.tar.xz
eclipse.platform.swt-f5c056d4e3c4c3a734e7db1784d386d2841bfa40.zip
v4926r10
Diffstat (limited to 'bundles')
-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 05ecdd15cb..e8ff4214fb 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 = 9;
+ static int REVISION = 10;
/**
* 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 2073eff4ff..beb0a43296 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=9
-comma_ver=4,926,9,0
+rev=10
+comma_ver=4,926,10,0

Back to the top