Home
last modified time | relevance | path

Searched refs:VERSION_MAJOR_LATEST (Results 1 – 2 of 2) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dnserver.c2521 …p_ptr->v_test = !p_ptr->v_unknown && is_newer_than(&p_ptr->version, VERSION_MAJOR_LATEST, VERSION_…
2523 …p_ptr->v_latest = is_same_as(&p_ptr->version, VERSION_MAJOR_LATEST, VERSION_MINOR_LATEST, VERSION_…
2827 …} else if (is_older_than(&p_ptr->version, VERSION_MAJOR_LATEST, VERSION_MINOR_LATEST, VERSION_PATC…
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h52 #define VERSION_MAJOR_LATEST 4 macro