Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-04-12 22:01:17 +0000
committergenie.releng2019-04-12 22:01:17 +0000
commit27a8e9128549cfc20ba553b6d1f2a57b66e847d4 (patch)
tree5446fa3f44ce91882e27e772c7f6a31128fd9429 /bundles
parent28e336adcf0f34b6bd479c0532196521425137a3 (diff)
downloadeclipse.platform.swt-27a8e9128549cfc20ba553b6d1f2a57b66e847d4.tar.gz
eclipse.platform.swt-27a8e9128549cfc20ba553b6d1f2a57b66e847d4.tar.xz
eclipse.platform.swt-27a8e9128549cfc20ba553b6d1f2a57b66e847d4.zip
v4926r12
Diffstat (limited to 'bundles')
-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 c84ecccbb3..9562377290 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 = 11;
+ static int REVISION = 12;
/**
* 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 bfe2858824..8054521416 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=11
-comma_ver=4,926,11,0
+rev=12
+comma_ver=4,926,12,0

Back to the top