feisty meow concerns codebase
2.140
|
Classes | |
class | version_checker |
Provides version checking for shared libraries. More... | |
class | version_ini |
This provides support for writing windows version files. More... | |
Functions | |
bool | replace_version_entry (astring &full_string, const astring &look_for, const astring &new_ver) |
Variables | |
const char * | VERSION_INI_FILE = "/version.ini" |
const astring | version_rc_template |
const astring | version_header_template |
bool versions::replace_version_entry | ( | astring & | full_string, |
const astring & | look_for, | ||
const astring & | new_ver | ||
) |
Definition at line 429 of file version_ini.cpp.
References basis::astring::find(), basis::astring::insert(), basis::astring::length(), and basis::astring::zap().
Referenced by versions::version_ini::write_assembly().
const astring versions::version_header_template |
Definition at line 339 of file version_ini.cpp.
const char* versions::VERSION_INI_FILE = "/version.ini" |
Definition at line 65 of file version_ini.cpp.
const astring versions::version_rc_template |
Definition at line 218 of file version_ini.cpp.
Referenced by versions::version_ini::write_rc().