Commit eb133874719106ed78d14383d615712bfbb5eb89
1 parent
8721b2aa
Exists in
master
and in
1 other branch
Exporting version & revision.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
client/src/core/constants.cc
... | ... | @@ -42,7 +42,7 @@ |
42 | 42 | |
43 | 43 | /*---[ Implement ]----------------------------------------------------------------------------------*/ |
44 | 44 | |
45 | -TN3270_PUBLIC const char * getVersion() { | |
45 | +TN3270_PUBLIC const char * TN3270::getVersion() { | |
46 | 46 | #ifdef PACKAGE_VERSION |
47 | 47 | return PACKAGE_VERSION; |
48 | 48 | #else |
... | ... | @@ -50,7 +50,7 @@ TN3270_PUBLIC const char * getVersion() { |
50 | 50 | #endif // PACKAGE_VERSION |
51 | 51 | } |
52 | 52 | |
53 | -TN3270_PUBLIC const char * getRevision() { | |
53 | +TN3270_PUBLIC const char * TN3270::getRevision() { | |
54 | 54 | #ifdef PACKAGE_RELEASE |
55 | 55 | return LIB3270_STRINGIZE_VALUE_OF(PACKAGE_RELEASE); |
56 | 56 | #else | ... | ... |
ipc3270.exp
No preview for this file type