#include <PVLE/Util/Version.h>
#include <PVLE/Config.h>
#include <boost/version.hpp>
#include <boost/spirit/actor.hpp>
#include <boost/spirit/core.hpp>
#include <PVLE/Util/Assert.h>
Go to the source code of this file.
Variables | |
const char *const | VERSION_QUALITY_SHORT_STRS [Version::MAX_QUALITY] |
const char* const VERSION_QUALITY_SHORT_STRS[Version::MAX_QUALITY] |
Initial value:
{ "dev", "a", "b", "RC", "" }
Definition at line 52 of file Version.cpp.
Referenced by Version::toShortString(), and Version::toString().