/********************************************************************
* Description: rcsversion.h
* Library version number.
*
* Derived from a work by Fred Proctor & Will Shackleford
*
* Author:
* License: LGPL Version 2
* System: Linux
*
* Copyright (c) 2004 All rights reserved.
*
* Last change:
********************************************************************/
static const int lib_major_version = LIB_MAJOR_VERSION;
static const int lib_minor_version = LIB_MINOR_VERSION;
static const char * rcs_version_info_string =
"@(#)" " $Info: NML Library version " LIB_VERSION " Compiled on "
__DATE__ " at " __TIME__ " for Linux. $ \n";