Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-04-01 22:03:30 +0000
committergenie.releng2019-04-01 22:03:30 +0000
commit59a51f9f7ec228614161bd7e5dd4ba485affca4e (patch)
tree9abe316a8050c8ce03f1d1e469fe4c3916ba5e42
parent5cd547013e057edf020e3f048738eda50818fdb3 (diff)
downloadeclipse.platform.swt-59a51f9f7ec228614161bd7e5dd4ba485affca4e.tar.gz
eclipse.platform.swt-59a51f9f7ec228614161bd7e5dd4ba485affca4e.tar.xz
eclipse.platform.swt-59a51f9f7ec228614161bd7e5dd4ba485affca4e.zip
v4926r8
-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 e637d5d7da..71dd7ad1cc 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 = 7;
+ static int REVISION = 8;
/**
* 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 b2d66c180d..129c6432f6 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=7
-comma_ver=4,926,7,0
+rev=8
+comma_ver=4,926,8,0

Back to the top