Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/library/makefile.mak')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/library/makefile.mak6
1 files changed, 4 insertions, 2 deletions
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 80237ef4bc..e6d66f61a4 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/library/makefile.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/library/makefile.mak
@@ -1,5 +1,7 @@
# Makefile for module 'swt'
-# (C) Copyright 1999 OTI Object Technology International Inc.
+
+# (c) Copyright IBM Corp., 2000, 2001
+# All Rights Reserved.
#
# Autogenerated Code
@@ -11,7 +13,7 @@ APPVER=5.0
!include <win32.mak>
maj_ver=0
-min_ver=105
+min_ver=125
bld_num=0
pgm_ver_str="SWT $(maj_ver).0$(min_ver) for Windows"

Back to the top