2001-05-23 15:26:42 +02:00
|
|
|
/*
|
|
|
|
* The contents of this file are subject to the Interbase Public
|
|
|
|
* License Version 1.0 (the "License"); you may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy
|
|
|
|
* of the License at http://www.Inprise.com/IPL.html
|
|
|
|
*
|
|
|
|
* Software distributed under the License is distributed on an
|
|
|
|
* "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
|
|
|
|
* or implied. See the License for the specific language governing
|
|
|
|
* rights and limitations under the License.
|
|
|
|
*
|
|
|
|
* The Original Code was created by Inprise Corporation
|
|
|
|
* and its predecessors. Portions created by Inprise Corporation are
|
|
|
|
* Copyright (C) Inprise Corporation.
|
|
|
|
*
|
|
|
|
* All Rights Reserved.
|
|
|
|
* Contributor(s): ______________________________________.
|
|
|
|
*/
|
|
|
|
#include <ver.h>
|
|
|
|
#include "../jrd/build_no.h"
|
|
|
|
|
|
|
|
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
|
|
FILEFLAGSMASK VS_FF_DEBUG | VS_FF_PRERELEASE
|
|
|
|
FILEFLAGS VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
|
|
|
|
FILEVERSION FILE_VER_NUMBER
|
|
|
|
PRODUCTVERSION FILE_VER_NUMBER
|
|
|
|
FILEOS VOS_DOS_WINDOWS16
|
|
|
|
|
|
|
|
FILETYPE VFT_APP
|
|
|
|
FILESUBTYPE VS_USER_DEFINED
|
|
|
|
|
|
|
|
BEGIN
|
|
|
|
BLOCK "StringFileInfo"
|
|
|
|
BEGIN
|
|
|
|
BLOCK "040904E4"
|
|
|
|
BEGIN
|
2002-07-01 17:07:18 +02:00
|
|
|
VALUE "CompanyName", "Firebird Project\0"
|
|
|
|
VALUE "FileDescription", "FirebirdSQL Server\0"
|
2001-05-23 15:26:42 +02:00
|
|
|
VALUE "FileVersion", FILE_VER_STRING
|
2002-07-01 17:07:18 +02:00
|
|
|
VALUE "InternalName", "Firebird\0"
|
|
|
|
VALUE "LegalCopyright", "All Copyright (c) retained by individual contributors - original code Copyright (c) 2000 Inprise Corporation\0"
|
|
|
|
VALUE "ProductName", "FirebirdSQL Server\0"
|
2001-05-23 15:26:42 +02:00
|
|
|
VALUE "ProductVersion", PRODUCT_VER_STRING
|
|
|
|
|
|
|
|
END
|
|
|
|
|
|
|
|
END
|
|
|
|
|
|
|
|
BLOCK "VarFileInfo"
|
|
|
|
BEGIN /* Language | Translation */
|
|
|
|
VALUE "Translation", 0x409, 1252 /* U.S. English, Windows Multilingual */
|
|
|
|
END
|
|
|
|
END
|