summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2001-11-15 17:04:52 +0000
committerGrant Gayed <ggayed>2001-11-15 17:04:52 +0000
commit292c8289213cff1c0a6456f6761ca2f6daa49cc2 (patch)
tree87608499636b046662179b88df10c191a736b4d6
parent201f62b5bb18ff0dd032bd49dcca4ad8b06becf0 (diff)
downloadeclipse.platform.swt-292c8289213cff1c0a6456f6761ca2f6daa49cc2.tar.gz
eclipse.platform.swt-292c8289213cff1c0a6456f6761ca2f6daa49cc2.tar.xz
eclipse.platform.swt-292c8289213cff1c0a6456f6761ca2f6daa49cc2.zip
*** empty log message ***
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/Callback.java2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/common/version.txt2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/motif/library/build.csh2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/photon/library/makefile.mak2
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/library/makefile-ce.mak2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/library/makefile.mak2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/library/swt.rc6
-rw-r--r--bundles/org.eclipse.swt/ws/photon/libswt-qnx-2014.so (renamed from bundles/org.eclipse.swt/ws/photon/libswt-qnx-2013.so)bin396517 -> 396517 bytes
-rw-r--r--bundles/org.eclipse.swt/ws/win32/swt-win32-2014.dll (renamed from bundles/org.eclipse.swt/ws/win32/swt-win32-2013.dll)bin262144 -> 262144 bytes
-rw-r--r--bundles/org.eclipse.swt/ws/win32/swt-win32-ce-2014.dll (renamed from bundles/org.eclipse.swt/ws/win32/swt-win32-ce-2013.dll)bin310784 -> 310784 bytes
10 files changed, 9 insertions, 9 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/Callback.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/Callback.java
index 4b5762e93a..7f8446cf76 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/Callback.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/Callback.java
@@ -36,7 +36,7 @@ public class Callback {
/**
* SWT Minor version number (must be in the range 0..999)
*/
- public static int MINOR_VERSION = 13;
+ public static int MINOR_VERSION = 14;
/**
* SWT revision number (must be >= 0)
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
index f977c6641e..be2b0ed233 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
@@ -1 +1 @@
-version 2.013 \ No newline at end of file
+version 2.014 \ No newline at end of file
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/motif/library/build.csh b/bundles/org.eclipse.swt/Eclipse SWT/motif/library/build.csh
index 3593ba939b..b2eef26bc4 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/motif/library/build.csh
+++ b/bundles/org.eclipse.swt/Eclipse SWT/motif/library/build.csh
@@ -10,7 +10,7 @@
# calls so java can query the swt shared library version number
setenv MAJOR_VER 2
-setenv MINOR_VER 013
+setenv MINOR_VER 014
setenv BUILD_NUM 0
# Some UNIX/Linux compilers don't like <CR>'s in files (DOS format).
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/photon/library/makefile.mak b/bundles/org.eclipse.swt/Eclipse SWT/photon/library/makefile.mak
index a7181a9246..f5eb2c2cda 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/photon/library/makefile.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT/photon/library/makefile.mak
@@ -4,7 +4,7 @@
# All Rights Reserved.
maj_ver=2
-min_ver=013
+min_ver=014
revision=0
#assumes IVE_HOME is set in the environment
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/library/makefile-ce.mak b/bundles/org.eclipse.swt/Eclipse SWT/win32/library/makefile-ce.mak
index e983b7a1c1..e5551ce6a9 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/library/makefile-ce.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/library/makefile-ce.mak
@@ -7,7 +7,7 @@
CPU=ARM
maj_ver=2
-min_ver=013
+min_ver=014
bld_num=0
DLLPREFIX=swt
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/library/makefile.mak b/bundles/org.eclipse.swt/Eclipse SWT/win32/library/makefile.mak
index 68c8a8fdc9..63b5d58dc8 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/library/makefile.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/library/makefile.mak
@@ -13,7 +13,7 @@ APPVER=5.0
!include <win32.mak>
maj_ver=2
-min_ver=013
+min_ver=014
bld_num=0
pgm_ver_str="SWT $(maj_ver).$(min_ver) for Windows"
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/library/swt.rc b/bundles/org.eclipse.swt/Eclipse SWT/win32/library/swt.rc
index 6c87d9e71e..1d55cbd542 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/library/swt.rc
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/library/swt.rc
@@ -34,7 +34,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,0,1,3
+ FILEVERSION 2,0,1,4
PRODUCTVERSION 0,0,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
@@ -52,10 +52,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "IBM Corporation\0"
VALUE "FileDescription", "Standard Widget Toolkit\0"
- VALUE "FileVersion", "win32 2.013\0"
+ VALUE "FileVersion", "win32 2.014\0"
VALUE "InternalName", "SWT\0"
VALUE "LegalCopyright", "© Copyright IBM Corp. 2000, 2001. All Rights Reserved.\0"
- VALUE "OriginalFilename", "swt-win32-2013.dll\0"
+ VALUE "OriginalFilename", "swt-win32-2014.dll\0"
VALUE "ProductName", "\0"
VALUE "ProductVersion", "0, 0, 0, 0\0"
END
diff --git a/bundles/org.eclipse.swt/ws/photon/libswt-qnx-2013.so b/bundles/org.eclipse.swt/ws/photon/libswt-qnx-2014.so
index 2995c2d7c3..2995c2d7c3 100644
--- a/bundles/org.eclipse.swt/ws/photon/libswt-qnx-2013.so
+++ b/bundles/org.eclipse.swt/ws/photon/libswt-qnx-2014.so
Binary files differ
diff --git a/bundles/org.eclipse.swt/ws/win32/swt-win32-2013.dll b/bundles/org.eclipse.swt/ws/win32/swt-win32-2014.dll
index 63528d2d93..8796fa8d6a 100644
--- a/bundles/org.eclipse.swt/ws/win32/swt-win32-2013.dll
+++ b/bundles/org.eclipse.swt/ws/win32/swt-win32-2014.dll
Binary files differ
diff --git a/bundles/org.eclipse.swt/ws/win32/swt-win32-ce-2013.dll b/bundles/org.eclipse.swt/ws/win32/swt-win32-ce-2014.dll
index c850b329a5..b3b27fef73 100644
--- a/bundles/org.eclipse.swt/ws/win32/swt-win32-ce-2013.dll
+++ b/bundles/org.eclipse.swt/ws/win32/swt-win32-ce-2014.dll
Binary files differ