-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathversinfo.rh2
46 lines (36 loc) · 1.56 KB
/
versinfo.rh2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
//****************************************************************************
//
// Copyright (c) ALTAP, spol. s r.o. All rights reserved.
//
// This is a part of the Altap Salamander SDK library.
//
// The SDK is provided "AS IS" and without warranty of any kind and
// ALTAP EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS AND IMPLIED, INCLUDING,
// BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
// FOR A PARTICULAR PURPOSE and NON-INFRINGEMENT.
//
//****************************************************************************
#pragma once
#if defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS)
#error this file is not editable by Microsoft Visual C++
#endif //defined(APSTUDIO_INVOKED) && !defined(APSTUDIO_READONLY_SYMBOLS)
// defines for plugin.SPL and plugin.SLG VERSIONINFO
// look at shared\versinfo.rc
#define VERSINFO_MAJOR 1
#define VERSINFO_MINORA 2
#define VERSINFO_MINORB 0
#include "spl_vers.h" // get version + build number
#define VERSINFO_COPYRIGHT "Copyright © 2008-2023 ALTAP"
#define VERSINFO_COMPANY "ALTAP"
#define VERSINFO_COPYRIGHT_OPENSSL "Copyright © 1998-2024 The OpenSSL Project (version %s)"
#define VERSINFO_DESCRIPTION "Certificate viewer plugin for Altap Salamander"
#ifdef _LANG
#define VERSINFO_INTERNAL "ENGLISH"
#define VERSINFO_ORIGINAL VERSINFO_INTERNAL ".SLG"
#else
#define VERSINFO_INTERNAL "CERTVIEW"
#define VERSINFO_ORIGINAL VERSINFO_INTERNAL ".SPL"
#endif
// for SLG translators
#define VERSINFO_SLG_WEB "www.altap.cz"
#define VERSINFO_SLG_COMMENT "English version"