Skip to content

Commit 47758f8

Browse files
ejaquayejaquay
authored andcommitted
Versioning changes
1 parent c5caa3a commit 47758f8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Vcc.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ END
825825

826826
STRINGTABLE
827827
BEGIN
828-
IDS_APP_TITLE "VCC 2.1.9.2-pre Tandy Color Computer 3 Emulator"
828+
IDS_APP_TITLE "VCC 2.1.9.2-pre2 Tandy Color Computer 3 Emulator"
829829
IDS_CATNUMBER "26-3334"
830830
END
831831

mpi/mpi.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ END
5252

5353
IDD_DIALOG1 DIALOGEX 0, 0, 317, 186
5454
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
55-
CAPTION "Multi-Pak Interface 26-3124"
55+
CAPTION "Multi-Pak Interface 2.1.9.2"
5656
FONT 8, "MS Sans Serif", 0, 0, 0x1
5757
BEGIN
5858
DEFPUSHBUTTON "OK",IDOK,266,139,39,14
@@ -101,8 +101,8 @@ END
101101
//
102102

103103
VS_VERSION_INFO VERSIONINFO
104-
FILEVERSION 2,1,8,1
105-
PRODUCTVERSION 2,1,8,1
104+
FILEVERSION 2,1,8,2
105+
PRODUCTVERSION 2,1,8,2
106106
FILEFLAGSMASK 0x3fL
107107
#ifdef _DEBUG
108108
FILEFLAGS 0x21L
@@ -120,12 +120,12 @@ BEGIN
120120
VALUE "Comments", "Tandy Multi-Pak Interface"
121121
VALUE "CompanyName", "BitRot Software"
122122
VALUE "FileDescription", "mpi"
123-
VALUE "FileVersion", "2.1.8.1"
123+
VALUE "FileVersion", "2.1.8.2"
124124
VALUE "InternalName", "MultiPak Interface"
125125
VALUE "LegalCopyright", "Copyright � 2007"
126126
VALUE "OriginalFilename", "mpi.dll"
127127
VALUE "ProductName", "mpi"
128-
VALUE "ProductVersion", "26-3124"
128+
VALUE "ProductVersion", "2.1.8.2"
129129
VALUE "SpecialBuild", "Tandy Multi-Pak Interface"
130130
END
131131
END

sdc/sdc.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ BEGIN
6969
BEGIN
7070
BLOCK "040904b0"
7171
BEGIN
72-
VALUE "Comments", "Emulation of SDC floppy emulator\0"
72+
VALUE "Comments", "Simulation of SDC floppy emulator\0"
7373
VALUE "CompanyName", "BitRot Software.\0"
74-
VALUE "FileDescription", "SDC controller\0"
74+
VALUE "FileDescription", "SDC Simulator\0"
7575
VALUE "FileVersion", "2.1.9.2\0"
7676
VALUE "InternalName", "SDC\0"
7777
VALUE "LegalCopyright", "Copyright � 2010\0"
@@ -80,7 +80,7 @@ BEGIN
8080
VALUE "PrivateBuild", "\0"
8181
VALUE "ProductName", "Vcc Module file\0"
8282
VALUE "ProductVersion", "2.1.9.2\0"
83-
VALUE "SpecialBuild", "SDC Controller\0"
83+
VALUE "SpecialBuild", "SDC Simulator\0"
8484
END
8585
END
8686
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)