Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgenie.releng2019-02-14 23:01:56 +0000
committergenie.releng2019-02-14 23:01:56 +0000
commit6d9c56154364ca3284222308eafa1f7dc59a4ea7 (patch)
tree4cd0f29f97ecbfa09364e242b52fe019776f3ffb
parent2315f3403bf77d0f911eac74a4851fbc19cde824 (diff)
downloadeclipse.platform.swt-6d9c56154364ca3284222308eafa1f7dc59a4ea7.tar.gz
eclipse.platform.swt-6d9c56154364ca3284222308eafa1f7dc59a4ea7.tar.xz
eclipse.platform.swt-6d9c56154364ca3284222308eafa1f7dc59a4ea7.zip
v4924r24
-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 572b6ffdb6..ace20a46f1 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 = 23;
+ static int REVISION = 24;
/**
* 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 8f00346d5f..bcb09ec0ee 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=924
-rev=23
-comma_ver=4,924,23,0
+rev=24
+comma_ver=4,924,24,0

Back to the top