Definition in file version.h.
#include "rnr/pkg.h"
Go to the source code of this file.
Defines | |
| #define | PKG_NAME "botsense" |
| package name | |
| #define | PKG_VERSION "1.2.0" |
| package dotted version | |
| #define | PKG_TIMESTAMP "2007.11.28 11:00:10" |
| package build date | |
| #define | PKG_DATE "2007" |
| package extended creation date | |
| #define | PKG_FULL_NAME "botsense-1.2.0" |
| package full name | |
| #define | PKG_AUTHORS "Robin Knight" |
| package author(s) | |
| #define | PKG_OWNERS "RoadNarrows LLC" |
| package owner(s) | |
| #define | PKG_DISCLAIMER "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |
| package legal disclaimer | |
Variables | |
| static const PkgInfo_T | PkgInfo |
| The package. | |
|
|
Initial value:
{
PKG_NAME,
PKG_VERSION,
PKG_TIMESTAMP,
PKG_DATE,
PKG_FULL_NAME,
PKG_AUTHORS,
PKG_OWNERS,
PKG_DISCLAIMER
}
Definition at line 39 of file version.h. Referenced by main(), and MainInit(). |
1.4.6