Skip to content

Commit 3ecc362

Browse files
adjusted version info
1 parent 394fb35 commit 3ecc362

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
0 Bytes
Binary file not shown.

in_sidplay2/in_sidplay2.rc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ END
215215
//
216216

217217
VS_VERSION_INFO VERSIONINFO
218-
FILEVERSION 2,1,5,0
219-
PRODUCTVERSION 2,1,5,0
218+
FILEVERSION 1,0,0,0
219+
PRODUCTVERSION 1,0,0,0
220220
FILEFLAGSMASK 0x17L
221221
#ifdef _DEBUG
222222
FILEFLAGS 0x1L
@@ -231,14 +231,14 @@ BEGIN
231231
BEGIN
232232
BLOCK "080004b0"
233233
BEGIN
234-
VALUE "CompanyName", "WACUP (WinAmp Community Update Pack)"
234+
VALUE "CompanyName", "GR Games"
235235
VALUE "FileDescription", "Winamp Input Plug-in"
236-
VALUE "FileVersion", "2.1.5.0"
236+
VALUE "FileVersion", "1.0.0.0"
237237
VALUE "InternalName", "in_sidplay2.dll"
238-
VALUE "LegalCopyright", "Copyright � 2017-2018 Zbigniew Ross (Licensed under GNU GPL), WACUP modifications by Darren Owen aka DrO � 2018"
238+
VALUE "LegalCopyright", "Copyright � 2019 Georg Rottensteiner, based on libsidplayfp and in_sidplay by Zbigniew Ross (Licensed under GNU GPL), WACUP modifications by Darren Owen aka DrO � 2018"
239239
VALUE "OriginalFilename", "in_sidplay2.dll"
240240
VALUE "ProductName", "SID (Commodore 64 Music) Decoder"
241-
VALUE "ProductVersion", "2.1.5.0"
241+
VALUE "ProductVersion", "1.0.0.0"
242242
END
243243
END
244244
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)