botsense  3.2.0
RoadNarrows Client-Server Proxied Services Framework
version.h File Reference

Package version information. More...

#include "rnr/pkg.h"

Go to the source code of this file.

Macros

#define PKG_NAME   "botsense"
 
#define PKG_VERSION   "3.2.0"
 
#define PKG_TIMESTAMP   "2018.08.10 13:54:22"
 
#define PKG_DATE   "2018"
 
#define PKG_FULL_NAME   "botsense-3.2.0"
 
#define PKG_AUTHORS   "Robin Knight"
 
#define PKG_OWNERS   "RoadNarrows LLC"
 
#define PKG_DISCLAIMER   "See the README and EULA files for any copyright and licensing information."
 

Variables

static const PkgInfo_T PkgInfo
 

Detailed Description

Package version information.

Warning
Auto-generated by Rules.mk on 2018.08.10 13:54:22
Copyright:
All Rights Reserved

Definition in file version.h.

Macro Definition Documentation

#define PKG_AUTHORS   "Robin Knight"

package author(s)

Definition at line 36 of file version.h.

#define PKG_DATE   "2018"

package extended creation date

Definition at line 30 of file version.h.

#define PKG_DISCLAIMER   "See the README and EULA files for any copyright and licensing information."

package legal disclaimer

Definition at line 42 of file version.h.

#define PKG_FULL_NAME   "botsense-3.2.0"

package full name

Definition at line 33 of file version.h.

#define PKG_NAME   "botsense"

package name

Definition at line 21 of file version.h.

#define PKG_OWNERS   "RoadNarrows LLC"

package owner(s)

Definition at line 39 of file version.h.

#define PKG_TIMESTAMP   "2018.08.10 13:54:22"

package build date

Definition at line 27 of file version.h.

Referenced by ReqGetVersion().

#define PKG_VERSION   "3.2.0"

package dotted version

Definition at line 24 of file version.h.

Referenced by ReqGetVersion().

Variable Documentation

const PkgInfo_T PkgInfo
static
Initial value:
=
{
"botsense" ,
"3.2.0" ,
"2018.08.10 13:54:22" ,
"2018" ,
"botsense-3.2.0" ,
"Robin Knight" ,
"RoadNarrows LLC" ,
"See the README and EULA files for any copyright and licensing information."
}

The package

Definition at line 45 of file version.h.

Referenced by main(), and MainInit().