Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2018-11-14 18:46:34 +0000
committergenie.releng2018-11-14 18:46:34 +0000
commit428a099d6b4486a66f64f5e3a913da4470365b42 (patch)
tree84f8b54368413b63a99768dfac7b590e0de90c0f
parentceb37cce8c362c7a074ea817dd3671cdbcbf48a1 (diff)
downloadeclipse.platform.swt-428a099d6b4486a66f64f5e3a913da4470365b42.tar.gz
eclipse.platform.swt-428a099d6b4486a66f64f5e3a913da4470365b42.tar.xz
eclipse.platform.swt-428a099d6b4486a66f64f5e3a913da4470365b42.zip
v4922r29
-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 7e1f07d76c..3f914869e7 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 = 28;
+ static int REVISION = 29;
/**
* 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 56c07e032b..8a5ac69df5 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=28
-comma_ver=4,922,28,0
+rev=29
+comma_ver=4,922,29,0

Back to the top