38 #include "version.h" |
38 #include "version.h" |
39 #include "hginfo.h" |
39 #include "hginfo.h" |
40 |
40 |
41 // ------------------------------------------------------------------------------------------------- |
41 // ------------------------------------------------------------------------------------------------- |
42 // |
42 // |
43 FUNCTION |
43 const char* full_version_string() |
44 full_version_string() -> const char* |
|
45 { |
44 { |
46 #ifdef IS_RELEASE |
45 #ifdef IS_RELEASE |
47 return VERSION_STRING; |
46 return VERSION_STRING; |
48 #else |
47 #else |
49 static char buffer[128] = {0}; |
48 static char buffer[128] = {0}; |