Bump package version for Windows

This commit is contained in:
Romuald Conty 2010-09-07 17:18:27 +00:00
parent 81a1eb2c6c
commit 394f637c4e
12 changed files with 44 additions and 44 deletions

View file

@ -1,9 +1,9 @@
#include <windows.h>
1 VERSIONINFO
PRODUCTVERSION 1,3,4,0
PRODUCTVERSION 1,3,9,0
FILEOS VOS__WINDOWS32
FILEVERSION 1,3,4,0
FILEVERSION 1,3,9,0
FILETYPE VFT_DLL
BEGIN
BLOCK "StringFileInfo"
@ -13,10 +13,10 @@ BEGIN
VALUE "CompanyName","nfc.org\000\000"
VALUE "LegalCopyright","Copyright (C) 2009, Roel Verdult\000\000"
VALUE "ProductName","nfc\000\000"
VALUE "ProductVersion","1.3.4.0\000\000"
VALUE "ProductVersion","1.3.9.0\000\000"
VALUE "Comments","Demonstration Win32 packaging\000\000"
VALUE "FileDescription","Near Field Communication Library\000\000"
VALUE "FileVersion","1.3.4.0\000\000"
VALUE "FileVersion","1.3.9.0\000\000"
VALUE "InternalName","nfc\000\000"
VALUE "OriginalFilename","NFC.DLL\000\000"
END