Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-11-08 23:01:46 +0000
committerEclipse Platform RelEng Bot2018-11-08 23:01:46 +0000
commitb43df689bbc3138a41d1c6304ff8f40d81907a4e (patch)
treeff60be5a38bdbeb3ae0a48e36e693a6fbc04028d
parentbb73fc03ae98f2ebd7738c9c9a6a892001dfcb5e (diff)
downloadeclipse.platform.swt-b43df689bbc3138a41d1c6304ff8f40d81907a4e.tar.gz
eclipse.platform.swt-b43df689bbc3138a41d1c6304ff8f40d81907a4e.tar.xz
eclipse.platform.swt-b43df689bbc3138a41d1c6304ff8f40d81907a4e.zip
v4922r26
-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 78f3c7169e..aeef80bd2f 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 = 25;
+ static int REVISION = 26;
/**
* 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 0f1cd24df6..0da636ae64 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=922
-rev=25
-comma_ver=4,922,25,0
+rev=26
+comma_ver=4,922,26,0

Back to the top