Skip to content

Commit

Permalink
New Racket version 5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
elibarzilay committed Aug 6, 2012
1 parent 24e6b04 commit 21830bf
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion src/worksp/gracket/gracket.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="5.2.900.1"
<assemblyIdentity version="5.3.0.0"
processorArchitecture="X86"
name="Org.Racket-Lang.GRacket"
type="win32" />
Expand Down
8 changes: 4 additions & 4 deletions src/worksp/gracket/gracket.rc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ APPLICATION ICON DISCARDABLE "gracket.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,2,900,1
PRODUCTVERSION 5,2,900,1
FILEVERSION 5,3,0,0
PRODUCTVERSION 5,3,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -30,11 +30,11 @@ BEGIN
VALUE "CompanyName", "PLT Scheme Inc.\0"
VALUE "FileDescription", "Racket GUI application\0"
VALUE "InternalName", "GRacket\0"
VALUE "FileVersion", "5, 2, 900, 1\0"
VALUE "FileVersion", "5, 3, 0, 0\0"
VALUE "LegalCopyright", "Copyright � 1995-2012\0"
VALUE "OriginalFilename", "GRacket.exe\0"
VALUE "ProductName", "Racket\0"
VALUE "ProductVersion", "5, 2, 900, 1\0"
VALUE "ProductVersion", "5, 3, 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 5,2,900,1
PRODUCTVERSION 5,2,900,1
FILEVERSION 5,3,0,0
PRODUCTVERSION 5,3,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -70,12 +70,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "MzCOM Module"
VALUE "FileVersion", "5, 2, 900, 1"
VALUE "FileVersion", "5, 3, 0, 0"
VALUE "InternalName", "MzCOM"
VALUE "LegalCopyright", "Copyright 2000-2012 PLT (Paul Steckler)"
VALUE "OriginalFilename", "MzCOM.EXE"
VALUE "ProductName", "MzCOM Module"
VALUE "ProductVersion", "5, 2, 900, 1"
VALUE "ProductVersion", "5, 3, 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. 5.2",IDC_STATIC,71,8,61,8
CTEXT "MzCOM v. 5.3",IDC_STATIC,71,8,61,8
CTEXT "Copyright (c) 2000-2012 PLT (Paul Steckler)",IDC_STATIC,
41,20,146,9
CTEXT "Racket v. 5.2",IDC_STATIC,64,35,75,8
CTEXT "Racket v. 5.3",IDC_STATIC,64,35,75,8
CTEXT "Copyright (c) 1995-2012 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.5.2.900.1 = s 'MzObj Class'
MzCOM.MzObj.5.3.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.5.2.900.1'
CurVer = s 'MzCOM.MzObj.5.3.0.0'
}
NoRemove CLSID
{
ForceRemove {A3B0AF9E-2AB0-11D4-B6D2-0060089002FE} = s 'MzObj Class'
{
ProgID = s 'MzCOM.MzObj.5.2.900.1'
ProgID = s 'MzCOM.MzObj.5.3.0.0'
VersionIndependentProgID = s 'MzCOM.MzObj'
ForceRemove 'Programmable'
LocalServer32 = s '%MODULE%'
Expand Down
2 changes: 1 addition & 1 deletion src/worksp/racket/racket.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="5.2.900.1"
<assemblyIdentity version="5.3.0.0"
processorArchitecture="X86"
name="Org.Racket-Lang.Racket"
type="win32" />
Expand Down
8 changes: 4 additions & 4 deletions src/worksp/racket/racket.rc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ APPLICATION ICON DISCARDABLE "racket.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,2,900,1
PRODUCTVERSION 5,2,900,1
FILEVERSION 5,3,0,0
PRODUCTVERSION 5,3,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -30,11 +30,11 @@ BEGIN
VALUE "CompanyName", "PLT Scheme Inc.\0"
VALUE "FileDescription", "Racket application\0"
VALUE "InternalName", "Racket\0"
VALUE "FileVersion", "5, 2, 900, 1\0"
VALUE "FileVersion", "5, 3, 0, 0\0"
VALUE "LegalCopyright", "Copyright �� 1995-2012\0"
VALUE "OriginalFilename", "racket.exe\0"
VALUE "ProductName", "Racket\0"
VALUE "ProductVersion", "5, 2, 900, 1\0"
VALUE "ProductVersion", "5, 3, 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 5,2,900,1
PRODUCTVERSION 5,2,900,1
FILEVERSION 5,3,0,0
PRODUCTVERSION 5,3,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -45,7 +45,7 @@ BEGIN
#ifdef MZSTART
VALUE "FileDescription", "Racket Launcher\0"
#endif
VALUE "FileVersion", "5, 2, 900, 1\0"
VALUE "FileVersion", "5, 3, 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", "Racket\0"
VALUE "ProductVersion", "5, 2, 900, 1\0"
VALUE "ProductVersion", "5, 3, 0, 0\0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 21830bf

Please sign in to comment.