From: Jeffrey Altman Date: Tue, 27 Dec 2005 20:00:10 +0000 (+0000) Subject: windows-ptc-rc-20051227 X-Git-Tag: openafs-devel-1_5_0~131 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=dc694b33608fb8d5fee55713fa39193e8d26266e windows-ptc-rc-20051227 for ptclient.exe --- diff --git a/src/ptserver/ptclient.rc b/src/ptserver/ptclient.rc new file mode 100644 index 0000000..6c0cbc7 --- /dev/null +++ b/src/ptserver/ptclient.rc @@ -0,0 +1,17 @@ +/* + * Copyright 2000, International Business Machines Corporation and others. + * All Rights Reserved. + * + * This software has been released under the terms of the IBM Public + * License. For details, see the LICENSE file in the top-level source + * directory or online at http://www.openafs.org/dl/license10.html + */ + +/* Define VERSIONINFO resource */ + +#define AFS_VERINFO_FILE_DESCRIPTION "AFS Protection Database Command" +#define AFS_VERINFO_NAME "ptclient" +#define AFS_VERINFO_FILENAME "ptclient.exe" + +#include "AFS_component_version_number.h" +#include "..\config\NTVersioninfo.rc"