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 883ab92 commit f3ce1f0
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions FBE/locales/res_ukr/FBE.rc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,55 @@
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// Russian (Russia) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
#pragma code_page(1251)

/////////////////////////////////////////////////////////////////////////////
//
// 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 "042204b0"
BEGIN
VALUE "CompanyName", "FBE Team"
VALUE "FileDescription", "FictionBook ukrainian language support"
VALUE "FileVersion", "2.6.10.0"
VALUE "InternalName", "res_ukr"
VALUE "LegalCopyright", "Copyright 2016 � FBE Team, 2008 � LitRes, 2003 � Mike Matsnev"
VALUE "OriginalFilename", "res_ukr.dll"
VALUE "ProductName", "FictionBook Editor"
VALUE "ProductVersion", "2.6"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x422, 1200
END
END

#endif // Russian (Russia) resources
/////////////////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////////////////
// Ukrainian (Ukraine) resources

Expand Down

0 comments on commit f3ce1f0

Please sign in to comment.