Skip to content

Commit

Permalink
Add version info
Browse files Browse the repository at this point in the history
  • Loading branch information
evpobr committed Jan 20, 2016
1 parent 89f7494 commit 883ab92
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions FBE/locales/res_rus/FBE.rc
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,45 @@ IDR_MAINFRAME ICON "res\\FBE2.ico"
1 RT_MANIFEST "res\\FBE.exe.manifest"


/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,6,10,0
PRODUCTVERSION 2,6,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x40004L
FILETYPE 0x2L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "041904b0"
BEGIN
VALUE "CompanyName", "FBE Team"
VALUE "FileDescription", "FictionBook russian language support"
VALUE "FileVersion", "2.6.10.0"
VALUE "InternalName", "res_rus"
VALUE "LegalCopyright", "Copyright 2016 � FBE Team, 2008 � LitRes, 2003 � Mike Matsnev"
VALUE "OriginalFilename", "res_rus.dll"
VALUE "ProductName", "FictionBook Editor"
VALUE "ProductVersion", "2.6"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x419, 1200
END
END


/////////////////////////////////////////////////////////////////////////////
//
// String Table
Expand Down

0 comments on commit 883ab92

Please sign in to comment.