OpenAFS
OpenAFS distributed network file system
|
00001 /* Copyright (c) 2005,2006 Secure Endpoints Inc. 00002 * 00003 * Permission is hereby granted, free of charge, to any person 00004 * obtaining a copy of this software and associated documentation 00005 * files (the "Software"), to deal in the Software without 00006 * restriction, including without limitation the rights to use, copy, 00007 * modify, merge, publish, distribute, sublicense, and/or sell copies 00008 * of the Software, and to permit persons to whom the Software is 00009 * furnished to do so, subject to the following conditions: 00010 * 00011 * The above copyright notice and this permission notice shall be 00012 * included in all copies or substantial portions of the Software. 00013 * 00014 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 00015 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 00016 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 00017 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 00018 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 00019 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 00020 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 00021 * SOFTWARE. 00022 * 00023 */ 00024 00025 #ifndef __AFSPLUGIN_VERSION_H 00026 #define __AFSPLUGIN_VERSION_H 00027 00028 #define AFSPLUGIN_VERSION_MAJOR 1 00029 #define AFSPLUGIN_VERSION_MINOR 7 00030 #define AFSPLUGIN_VERSION_PATCH 1701 00031 #define AFSPLUGIN_VERSION_AUX 0 00032 00033 #define AFSPLUGIN_VERSION 1.7.1701.0 00034 #define AFSPLUGIN_VERSION_STR "1.7.1701.0" 00035 #define AFSPLUGIN_VERSION_LST 1,7,1701,0 00036 00037 #endif