Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEclipse Platform RelEng Bot2018-09-21 21:01:36 +0000
committerEclipse Platform RelEng Bot2018-09-21 21:01:36 +0000
commit9b25a6a33dfd68ec49d63fc799cba7e5fac03b32 (patch)
tree707c4e273ca43c0b540b07df59a6c3b1c8e2f2a2
parent1f28c911f89b3c8929bad4500057b1ee73899d6d (diff)
downloadeclipse.platform.swt-9b25a6a33dfd68ec49d63fc799cba7e5fac03b32.tar.gz
eclipse.platform.swt-9b25a6a33dfd68ec49d63fc799cba7e5fac03b32.tar.xz
eclipse.platform.swt-9b25a6a33dfd68ec49d63fc799cba7e5fac03b32.zip
v4922r9
-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 69064d485f..185aca2d37 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 = 8;
+ static int REVISION = 9;
/**
* 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 6ced024e4d..26766fa27d 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=8
-comma_ver=4,922,8,0
+rev=9
+comma_ver=4,922,9,0

Back to the top