Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:grame-cncm/libmusicxml into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dfober committed Oct 25, 2018
2 parents ca29d44 + 1aeab3b commit 8e3ea4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions win32/libmusicxml/libmusicxml.rc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,1,2,0
PRODUCTVERSION 3,1,2,0
FILEVERSION 3,1,3,0
PRODUCTVERSION 3,1,3,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -71,12 +71,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Grame"
VALUE "FileDescription", "libmusicxml library"
VALUE "FileVersion", "3, 1, 2, 0"
VALUE "FileVersion", "3, 1, 3, 0"
VALUE "InternalName", "libmusicxml"
VALUE "LegalCopyright", "Copyright (C) GRAME 2008-2018"
VALUE "OriginalFilename", "libmusicxml3.dll"
VALUE "ProductName", " libmusicxml"
VALUE "ProductVersion", "3, 1, 2, 0"
VALUE "ProductVersion", "3, 1, 3, 0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 8e3ea4c

Please sign in to comment.