/*
---------------------------------------------------------------------------
$Id: version.h,v 1.54 2007/05/15 15:04:41 cnepveu Exp $
---------------------------------------------------------------------------
Copyright (c) 2007 Hexago Inc. All rights reserved.
LICENSE NOTICE: You may use and modify this source code only if you
have executed a valid license agreement with Hexago Inc. granting
you the right to do so, the said license agreement governing such
use and modifications. Copyright or other intellectual property
notices are not to be removed from the source code.
---------------------------------------------------------------------------
*/
#ifndef VERSION_H
#define VERSION_H
#ifdef HAP6
#define TSP_CLIENT_OPTIONS "HAP6 enabled"
#else
#define TSP_CLIENT_OPTIONS ""
#endif
#define TSP_CLIENT_VERSION "5.0-RELEASE"
#define IDENTIFICATION "Gateway6 Client v" TSP_CLIENT_VERSION " build " __DATE__ \
"-" __TIME__ " " TSP_CLIENT_OPTIONS
// defined in tsp_client.c
extern char *TspProtocolVersionStrings[];
char *tsp_get_version(void);
#endif
/*----- version.h ----------------------------------------------------------*/
syntax highlighted by Code2HTML, v. 0.9.1