pgpversion.h

来自「vc环境下的pgp源码」· C头文件 代码 · 共 22 行

H
22
字号
/*____________________________________________________________________________
	Copyright (C) 1997-1999 Network Associates, Inc.
	All rights reserved.
	
	PGPversion.h	- 	version and VERSIONINFO strings for PGP modules

	$Id: pgpVersion.h,v 1.149.2.28.2.10.2.2 1999/07/28 05:20:32 heller Exp $
	
____________________________________________________________________________*/

#define PGPVERSIONSTRING	"6.5.1i"

#define PGPVERSIONMAJOR		6
#define PGPVERSIONMINOR		5
#define PGPVERSIONSUBMINOR	1
#define PGPCOMPANYNAME		"Network Associates Technology, Inc."
#define	PGPCOPYRIGHT		"Copyright (C) 1997-1999 Network Associates Technology, Inc. " \
							"All Rights Reserved."
#define PGPTRADEMARKS		"Network Associates, Pretty Good Privacy, " \
							"PGP, PGPplugin"
#define PGPPRODUCTNAME		"PGP Personal Privacy"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?