Skip to content

Commit

Permalink
Welcome to a new PLT day.
Browse files Browse the repository at this point in the history
svn: r15038
  • Loading branch information
elibarzilay committed Jun 1, 2009
1 parent 1bb018c commit a120be7
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion src/worksp/mred/mred.manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="4.1.900.0"
version="4.2.0.0"
processorArchitecture="X86"
name="Org.PLT-Scheme.MrEd"
type="win32"
Expand Down
8 changes: 4 additions & 4 deletions src/worksp/mred/mred.rc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ APPLICATION ICON DISCARDABLE "mred.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,1,900,0
PRODUCTVERSION 4,1,900,0
FILEVERSION 4,2,0,0
PRODUCTVERSION 4,2,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -39,11 +39,11 @@ BEGIN
VALUE "CompanyName", "PLT Scheme Inc.\0"
VALUE "FileDescription", "PLT Scheme GUI application\0"
VALUE "InternalName", "MrEd\0"
VALUE "FileVersion", "4, 1, 900, 0\0"
VALUE "FileVersion", "4, 2, 0, 0\0"
VALUE "LegalCopyright", "Copyright � 1995-2009\0"
VALUE "OriginalFilename", "MrEd.exe\0"
VALUE "ProductName", "PLT Scheme\0"
VALUE "ProductVersion", "4, 1, 900, 0\0"
VALUE "ProductVersion", "4, 2, 0, 0\0"
END
END
BLOCK "VarFileInfo"
Expand Down
12 changes: 6 additions & 6 deletions src/worksp/mzcom/mzcom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,1,900,0
PRODUCTVERSION 4,1,900,0
FILEVERSION 4,2,0,0
PRODUCTVERSION 4,2,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -70,12 +70,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "MzCOM Module"
VALUE "FileVersion", "4, 1, 900, 0"
VALUE "FileVersion", "4, 2, 0, 0"
VALUE "InternalName", "MzCOM"
VALUE "LegalCopyright", "Copyright 2000-2009 PLT (Paul Steckler)"
VALUE "OriginalFilename", "MzCOM.EXE"
VALUE "ProductName", "MzCOM Module"
VALUE "ProductVersion", "4, 1, 900, 0"
VALUE "ProductVersion", "4, 2, 0, 0"
END
END
BLOCK "VarFileInfo"
Expand Down Expand Up @@ -105,10 +105,10 @@ CAPTION "MzCOM"
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
DEFPUSHBUTTON "OK",IDOK,76,69,50,14,BS_CENTER
CTEXT "MzCOM v. 4.1",IDC_STATIC,71,8,61,8
CTEXT "MzCOM v. 4.2",IDC_STATIC,71,8,61,8
CTEXT "Copyright (c) 2000-2009 PLT (Paul Steckler)",IDC_STATIC,
41,20,146,9
CTEXT "MzScheme v. 4.1",IDC_STATIC,64,35,75,8
CTEXT "MzScheme v. 4.2",IDC_STATIC,64,35,75,8
CTEXT "Copyright (c) 1995-2009 PLT Inc.",IDC_STATIC,
30,47,143,8
ICON MZICON,IDC_STATIC,11,16,20,20
Expand Down
6 changes: 3 additions & 3 deletions src/worksp/mzcom/mzobj.rgs
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
HKCR
{
MzCOM.MzObj.4.1.900.0 = s 'MzObj Class'
MzCOM.MzObj.4.2.0.0 = s 'MzObj Class'
{
CLSID = s '{A3B0AF9E-2AB0-11D4-B6D2-0060089002FE}'
}
MzCOM.MzObj = s 'MzObj Class'
{
CLSID = s '{A3B0AF9E-2AB0-11D4-B6D2-0060089002FE}'
CurVer = s 'MzCOM.MzObj.4.1.900.0'
CurVer = s 'MzCOM.MzObj.4.2.0.0'
}
NoRemove CLSID
{
ForceRemove {A3B0AF9E-2AB0-11D4-B6D2-0060089002FE} = s 'MzObj Class'
{
ProgID = s 'MzCOM.MzObj.4.1.900.0'
ProgID = s 'MzCOM.MzObj.4.2.0.0'
VersionIndependentProgID = s 'MzCOM.MzObj'
ForceRemove 'Programmable'
LocalServer32 = s '%MODULE%'
Expand Down
8 changes: 4 additions & 4 deletions src/worksp/mzscheme/mzscheme.rc
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ APPLICATION ICON DISCARDABLE "mzscheme.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,1,900,0
PRODUCTVERSION 4,1,900,0
FILEVERSION 4,2,0,0
PRODUCTVERSION 4,2,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -48,11 +48,11 @@ BEGIN
VALUE "CompanyName", "PLT Scheme Inc.\0"
VALUE "FileDescription", "PLT Scheme application\0"
VALUE "InternalName", "MzScheme\0"
VALUE "FileVersion", "4, 1, 900, 0\0"
VALUE "FileVersion", "4, 2, 0, 0\0"
VALUE "LegalCopyright", "Copyright �� 1995-2009\0"
VALUE "OriginalFilename", "mzscheme.exe\0"
VALUE "ProductName", "PLT Scheme\0"
VALUE "ProductVersion", "4, 1, 900, 0\0"
VALUE "ProductVersion", "4, 2, 0, 0\0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions src/worksp/starters/start.rc
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ APPLICATION ICON DISCARDABLE "mzstart.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,1,900,0
PRODUCTVERSION 4,1,900,0
FILEVERSION 4,2,0,0
PRODUCTVERSION 4,2,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -45,7 +45,7 @@ BEGIN
#ifdef MZSTART
VALUE "FileDescription", "PLT Scheme Launcher\0"
#endif
VALUE "FileVersion", "4, 1, 900, 0\0"
VALUE "FileVersion", "4, 2, 0, 0\0"
#ifdef MRSTART
VALUE "InternalName", "mrstart\0"
#endif
Expand All @@ -60,7 +60,7 @@ BEGIN
VALUE "OriginalFilename", "MzStart.exe\0"
#endif
VALUE "ProductName", "PLT Scheme\0"
VALUE "ProductVersion", "4, 1, 900, 0\0"
VALUE "ProductVersion", "4, 2, 0, 0\0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit a120be7

Please sign in to comment.