TinyMUSH 3.3
TinyMUSH Server
Loading...
Searching...
No Matches
Public Attributes | List of all members
versioninfo Struct Reference

#include <typedefs.h>

Public Attributes

char * versioninfo
 
int major
 
int minor
 
int patch
 
int tweak
 
RELEASE_STATUS status
 
char * git_date
 
char * git_hash
 
bool git_dirty
 

Detailed Description

Version number is Major.Minor.Status.PatchLevel

Member Data Documentation

◆ git_date

char* versioninfo::git_date

Date of release

◆ git_dirty

bool versioninfo::git_dirty

Git dirty flag

◆ git_hash

char* versioninfo::git_hash

Git hash of release

◆ major

int versioninfo::major

Major Version

◆ minor

int versioninfo::minor

Minor Version

◆ patch

int versioninfo::patch

Patch level

◆ status

RELEASE_STATUS versioninfo::status

Release status

◆ tweak

int versioninfo::tweak

Tweak level

◆ versioninfo

char* versioninfo::versioninfo

Version string


The documentation for this struct was generated from the following file: