mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
windows-netidmgr-plugin-20061012
afsp_version.h is auto-generated ==================== This delta was composed from multiple commits as part of the CVS->Git migration. The checkin message with each commit was inconsistent. The following are the additional commit messages. ==================== fix product version generation
This commit is contained in:
parent
2b96ba5919
commit
c8a86da7f7
@ -1,37 +0,0 @@
|
||||
/* Copyright (c) 2004 Massachusetts Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
* files (the "Software"), to deal in the Software without
|
||||
* restriction, including without limitation the rights to use, copy,
|
||||
* modify, merge, publish, distribute, sublicense, and/or sell copies
|
||||
* of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be
|
||||
* included in all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
|
||||
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
|
||||
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AFSPLUGIN_VERSION_H
|
||||
#define __AFSPLUGIN_VERSION_H
|
||||
|
||||
#define AFSPLUGIN_VERSION_MAJOR 1
|
||||
#define AFSPLUGIN_VERSION_MINOR 5
|
||||
#define AFSPLUGIN_VERSION_PATCH 0002
|
||||
#define AFSPLUGIN_VERSION_AUX 0
|
||||
|
||||
#define AFSPLUGIN_VERSION 1.5.0002.0
|
||||
#define AFSPLUGIN_VERSION_STR "1.5.0002.0"
|
||||
#define AFSPLUGIN_VERSION_LST 1,5,0002,0
|
||||
|
||||
#endif
|
@ -51,7 +51,7 @@
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION AFSPLUGIN_VERSION_LST
|
||||
PRODUCTVERSION KH_VERSION_LIST
|
||||
PRODUCTVERSION AFSPLUGIN_VERSION_LST
|
||||
FILEFLAGSMASK KH_VER_FILEFLAGMASK
|
||||
FILEFLAGS KH_VER_FILEFLAGS
|
||||
FILEOS KH_VER_FILEOS
|
||||
@ -67,10 +67,10 @@
|
||||
VALUE "FileDescription", STR_FILEDESC
|
||||
VALUE "FileVersion", AFSPLUGIN_VERSION_STR
|
||||
VALUE "InternalName", STR_INTNAME
|
||||
VALUE "LegalCopyright", "(C) 2005 Secure Endpoints Inc."
|
||||
VALUE "LegalCopyright", "(C) 2005,2006 Secure Endpoints Inc."
|
||||
VALUE "OriginalFilename", STR_ORIGNAME
|
||||
VALUE "ProductName", "OpenAFS Plugin for NetIDMgr"
|
||||
VALUE "ProductVersion", KH_VERSION_STRING
|
||||
VALUE "ProductVersion", AFSPLUGIN_VERSION_STR
|
||||
#ifndef LANGVER
|
||||
VALUE NIMV_MODULE, "OpenAFS"
|
||||
VALUE NIMV_PLUGINS, "AfsCred"
|
||||
|
Loading…
Reference in New Issue
Block a user