libserial  1.6.2
RoadNarrows Roboitics Serial Library
version.h File Reference

Package version information. More...

#include "rnr/pkg.h"

Go to the source code of this file.

Macros

#define PKG_NAME   "libserial"
 
#define PKG_VERSION   "1.6.2"
 
#define PKG_TIMESTAMP   "2018.08.10 13:54:13"
 
#define PKG_DATE   "2018"
 
#define PKG_FULL_NAME   "libserial-1.6.2"
 
#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:13
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   "libserial-1.6.2"

package full name

Definition at line 33 of file version.h.

#define PKG_NAME   "libserial"

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:13"

package build date

Definition at line 27 of file version.h.

#define PKG_VERSION   "1.6.2"

package dotted version

Definition at line 24 of file version.h.

Variable Documentation

const PkgInfo_T PkgInfo
static
Initial value:
=
{
"libserial" ,
"1.6.2" ,
"2018.08.10 13:54:13" ,
"2018" ,
"libserial-1.6.2" ,
"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.