Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-09-28 21:01:26 +0000
committerEclipse Platform RelEng Bot2018-09-28 21:01:26 +0000
commitf395f2eb10a936821cb16361d67de70f3fc87de6 (patch)
tree9e401080ad5006af1814b15c79f882bb25a98c00
parentd40a93000eb1e42b618a29f30965e82170ff3e56 (diff)
downloadeclipse.platform.swt-f395f2eb10a936821cb16361d67de70f3fc87de6.tar.gz
eclipse.platform.swt-f395f2eb10a936821cb16361d67de70f3fc87de6.tar.xz
eclipse.platform.swt-f395f2eb10a936821cb16361d67de70f3fc87de6.zip
v4922r13
-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 7c6de13084..82269e169d 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 = 12;
+ static int REVISION = 13;
/**
* 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 951cd3b394..a65d167d69 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=12
-comma_ver=4,922,12,0
+rev=13
+comma_ver=4,922,13,0

Back to the top