Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2018-11-16 23:01:40 +0000
committergenie.releng2018-11-16 23:01:40 +0000
commit38e4409b062d9678af61a0f2ba929db99b4b779b (patch)
tree43cde85dd2b92cfe6e8f31d7ede8985805b99397
parente00275735f8b20c92b650305ad50ef8f845d6e64 (diff)
downloadeclipse.platform.swt-38e4409b062d9678af61a0f2ba929db99b4b779b.tar.gz
eclipse.platform.swt-38e4409b062d9678af61a0f2ba929db99b4b779b.tar.xz
eclipse.platform.swt-38e4409b062d9678af61a0f2ba929db99b4b779b.zip
v4922r31
-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 2e291d614f..5e7456d528 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 = 30;
+ static int REVISION = 31;
/**
* 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 bdba28b897..a5a42b47db 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=30
-comma_ver=4,922,30,0
+rev=31
+comma_ver=4,922,31,0

Back to the top