/*
*---------------------------------------------------------------------
* Original Author: Jamie Krueger
* Creation Date : 9/25/2003
*---------------------------------------------------------------------
* Copyright (c) 2003 BITbyBIT Software Group, All Rights Reserved.
*
* This software is the confidential and proprietary information of
* BITbyBIT Software Group (Confidential Information). You shall not
* disclose such Confidential Information and shall use it only in
* accordance with the terms of the license agreement you entered into
* with BITbyBIT Software Group.
*
* BITbyBIT SOFTWARE GROUP MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
* SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING
* FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
* BITbyBIT Software Group LLC SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY
* LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS
* SOFTWARE OR ITS DERIVATIVES.
*---------------------------------------------------------------------
*
* Project: All
*
* Description: This file defines the project's current version information
*
* $VER: avd_ver.h 1.0
*
*/
#ifndef __AVD_VER_H__
#define __AVD_VER_H__
#define COMPANY_NAME "BITbyBIT Software Group"
#define PRODUCT_NAME "avd_template"
#define PRODUCT_TITLE "AVD Template"
#define PRODUCT_DESCRIPTION "AVD_TEMPLATE provides a standardized rapid development path for writing applications."
#define COPYRIGHT "Copyright 2005 BITbyBIT Software Group"
/*
* This section of the file is automatically read and updated at build time,
* do not touch or put anything else at the end of this file.
*/
#define PRODUCT_VER "0.0.0.0"
#define VER_MAJOR 0
#define VER_MINOR 0
#define VER_MAINTENANCE 0
#define VER_BUILD 0
#endif
syntax highlighted by Code2HTML, v. 0.9.1