Skip to content

Commit

Permalink
New Racket version 5.2.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
elibarzilay committed Jan 27, 2012
1 parent 99daf6a commit 4f52392
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 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.1.3"
<assemblyIdentity version="5.2.1.4"
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,1,3
PRODUCTVERSION 5,2,1,3
FILEVERSION 5,2,1,4
PRODUCTVERSION 5,2,1,4
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, 1, 3\0"
VALUE "FileVersion", "5, 2, 1, 4\0"
VALUE "LegalCopyright", "Copyright � 1995-2012\0"
VALUE "OriginalFilename", "GRacket.exe\0"
VALUE "ProductName", "Racket\0"
VALUE "ProductVersion", "5, 2, 1, 3\0"
VALUE "ProductVersion", "5, 2, 1, 4\0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 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,1,3
PRODUCTVERSION 5,2,1,3
FILEVERSION 5,2,1,4
PRODUCTVERSION 5,2,1,4
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -70,12 +70,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "MzCOM Module"
VALUE "FileVersion", "5, 2, 1, 3"
VALUE "FileVersion", "5, 2, 1, 4"
VALUE "InternalName", "MzCOM"
VALUE "LegalCopyright", "Copyright 2000-2012 PLT (Paul Steckler)"
VALUE "OriginalFilename", "MzCOM.EXE"
VALUE "ProductName", "MzCOM Module"
VALUE "ProductVersion", "5, 2, 1, 3"
VALUE "ProductVersion", "5, 2, 1, 4"
END
END
BLOCK "VarFileInfo"
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.1.3 = s 'MzObj Class'
MzCOM.MzObj.5.2.1.4 = 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.1.3'
CurVer = s 'MzCOM.MzObj.5.2.1.4'
}
NoRemove CLSID
{
ForceRemove {A3B0AF9E-2AB0-11D4-B6D2-0060089002FE} = s 'MzObj Class'
{
ProgID = s 'MzCOM.MzObj.5.2.1.3'
ProgID = s 'MzCOM.MzObj.5.2.1.4'
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.1.3"
<assemblyIdentity version="5.2.1.4"
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,1,3
PRODUCTVERSION 5,2,1,3
FILEVERSION 5,2,1,4
PRODUCTVERSION 5,2,1,4
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, 1, 3\0"
VALUE "FileVersion", "5, 2, 1, 4\0"
VALUE "LegalCopyright", "Copyright �� 1995-2012\0"
VALUE "OriginalFilename", "racket.exe\0"
VALUE "ProductName", "Racket\0"
VALUE "ProductVersion", "5, 2, 1, 3\0"
VALUE "ProductVersion", "5, 2, 1, 4\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,1,3
PRODUCTVERSION 5,2,1,3
FILEVERSION 5,2,1,4
PRODUCTVERSION 5,2,1,4
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, 1, 3\0"
VALUE "FileVersion", "5, 2, 1, 4\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, 1, 3\0"
VALUE "ProductVersion", "5, 2, 1, 4\0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 4f52392

Please sign in to comment.