From 1aeab3b1d403e284c9c30373d73b0ed8967de000 Mon Sep 17 00:00:00 2001 From: Dominique Fober Date: Thu, 25 Oct 2018 14:31:37 +0200 Subject: [PATCH] fix version number in rc file --- win32/libmusicxml/libmusicxml.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/win32/libmusicxml/libmusicxml.rc b/win32/libmusicxml/libmusicxml.rc index e7f7749e2..50bd3a0fa 100644 --- a/win32/libmusicxml/libmusicxml.rc +++ b/win32/libmusicxml/libmusicxml.rc @@ -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 @@ -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"