/* Version information appears on a tab when */ /* file properties is selcted in Explorer. */ /* Explicit \0 in each string for WIN16 exe's */ /* For documentation of the fields, try: */ /* http://tinyurl.com/z7377 */ #define FAU_VERSION 1 FAU_VERSION VERSIONINFO /* yyyy,mm,dd,0 = alpha */ /* yyyy,mm,dd,1 = beta */ /* yyyy,mm,dd,2 = RC */ /* yyyy,mm,dd,3 = release */ FILEVERSION 2010,11,11,3 PRODUCTVERSION 2010,11,11,3 FILEFLAGSMASK 0x3fL #if defined(DEBUG) || defined(_DEBUG) FILEFLAGS 0x1L #else FILEFLAGS 0x0L #endif FILEOS 0x00040004 FILETYPE 0x00000002 BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904b0" BEGIN VALUE "Comments", "licence LGPL V3 see COPYING.LESSER documentation at http://freeadhocudf.org\0" VALUE "CompanyName", "adhoc dataservice GmbH, Virneburg, Germany\0" VALUE "LegalCopyright", "(c)2010 adhoc dataservice GmbH All rights reserved\0" VALUE "FileDescription", "LGPL UDF library for InterBase and FireBird\0" VALUE "FileVersion", "20101111 for FireBird 1.5.x Win32 made with MSVC9\0" VALUE "InternalName", "FreeAdhocUDF_FB15x_i32_MSVC9.dll\0" VALUE "OriginalFilename", "FreeAdhocUDF.dll\0" VALUE "ProductName", "FreeAdhocUDF\0" VALUE "ProductVersion", "adhoc 20101111\0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0, 1252 END END