summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine <torres>2001-06-09 20:02:52 +0000
committerVeronika Irvine <torres>2001-06-09 20:02:52 +0000
commitb68ee5b1a737b734efc1f049cacde13392d5fd76 (patch)
tree071d67a86d7dfe40405f6bba840cc8d253fdd47e
parent657a5e259cd47a1dafd0ca87bcefe0239cf3293b (diff)
downloadeclipse.platform.swt-b68ee5b1a737b734efc1f049cacde13392d5fd76.tar.gz
eclipse.platform.swt-b68ee5b1a737b734efc1f049cacde13392d5fd76.tar.xz
eclipse.platform.swt-b68ee5b1a737b734efc1f049cacde13392d5fd76.zip
build 122
-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/win32/library/makefile.mak2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/library/swt.rc6
-rwxr-xr-xbundles/org.eclipse.swt/buildnotes_swt.html13
-rwxr-xr-xbundles/org.eclipse.swt/ws/win32/swt0122.dll (renamed from bundles/org.eclipse.swt/ws/win32/swt0121.dll)bin237568 -> 237568 bytes
6 files changed, 19 insertions, 6 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 46d1377504..9a45d8e569 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 = 121;
+ public static int MINOR_VERSION = 122;
/**
* 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 505ccc653d..2c5c380b76 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
@@ -1 +1 @@
-version 0.121 \ No newline at end of file
+version 0.122 \ No newline at end of file
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 a4092cdef1..ba3b6af073 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=0
-min_ver=121
+min_ver=122
bld_num=0
pgm_ver_str="SWT $(maj_ver).0$(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 9db1413b2e..3cb3f154a9 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 0,1,2,1
+ FILEVERSION 0,1,2,2
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 0.121\0"
+ VALUE "FileVersion", "win32 0.122\0"
VALUE "InternalName", "SWT\0"
VALUE "LegalCopyright", "© Copyright IBM Corp. 2000, 2001. All Rights Reserved.\0"
- VALUE "OriginalFilename", "swt0121.dll\0"
+ VALUE "OriginalFilename", "swt0122.dll\0"
VALUE "ProductName", "\0"
VALUE "ProductVersion", "0, 0, 0, 0\0"
END
diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html
index 7bbf8d86df..c043f5e3b5 100755
--- a/bundles/org.eclipse.swt/buildnotes_swt.html
+++ b/bundles/org.eclipse.swt/buildnotes_swt.html
@@ -11,6 +11,19 @@
<h1>
Eclipse Platform Build Notes<br>
SWT</h1>
+SWT Build 122 - Satday June 9, 2001
+
+<h2>
+<a NAME="Problem reports fixed"></a>Problem reports fixed</h2>
+
+<blockquote>
+1GEVBEV: SWT:Linux - Enabling composite & children does not work
+<br>1GEZO05: ITPUI:ALL - Autoscroll in Navigator on d&d does not always work
+</blockquote>
+
+<h1>
+Eclipse Platform Build Notes<br>
+SWT</h1>
SWT Build 121 - Friday June 8, 2001
<h2>
diff --git a/bundles/org.eclipse.swt/ws/win32/swt0121.dll b/bundles/org.eclipse.swt/ws/win32/swt0122.dll
index c2567a03e4..bb1479db90 100755
--- a/bundles/org.eclipse.swt/ws/win32/swt0121.dll
+++ b/bundles/org.eclipse.swt/ws/win32/swt0122.dll
Binary files differ