mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Added TERM_PROGRAM and TERM_PROGRAM_VERSION environment variables to the new terminal instances (SpartanJ/ecode#878).
This commit is contained in:
@@ -39,7 +39,7 @@ class EE_API Version {
|
||||
static Uint32 getVersionNum();
|
||||
|
||||
/** @return The library version name: "eepp version major.minor.patch" */
|
||||
static std::string getVersionName();
|
||||
static std::string getVersionName( bool fullName = true );
|
||||
|
||||
/** @return The version codename */
|
||||
static std::string getCodename();
|
||||
|
||||
Reference in New Issue
Block a user