Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-12-11 06:51:20 +0000
committerSravan Kumar Lakkimsetti2018-12-11 06:55:31 +0000
commit7e44256bf1f528ca832c62e15eed1cb97e1ce16f (patch)
tree71a0a9575cd8dfc2892f7e2a937396482ffeb3c5
parent101d3214eacf26b22ee2cadf6741ef4ba01fe972 (diff)
downloadeclipse.platform.swt-7e44256bf1f528ca832c62e15eed1cb97e1ce16f.tar.gz
eclipse.platform.swt-7e44256bf1f528ca832c62e15eed1cb97e1ce16f.tar.xz
eclipse.platform.swt-7e44256bf1f528ca832c62e15eed1cb97e1ce16f.zip
Bug 541819 - Configure SWT build scripts for 4.11
Change-Id: I2284d3a9c38bee4596bba23a0278746efbd0d6dc Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java4
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/version.txt2
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 2336115cd6..5e32a33647 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
@@ -31,12 +31,12 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- static int MINOR_VERSION = 922;
+ static int MINOR_VERSION = 924;
/**
* SWT revision number (must be >= 0)
*/
- static int REVISION = 32;
+ static int REVISION = 2;
/**
* The JAVA and SWT versions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index abd0401e59..ea7eb3ba32 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
@@ -1 +1 @@
-version 4.922 \ No newline at end of file
+version 4.924 \ No newline at end of file

Back to the top