From eb133874719106ed78d14383d615712bfbb5eb89 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 4 Dec 2019 19:02:35 -0300 Subject: [PATCH] Exporting version & revision. --- client/src/core/constants.cc | 4 ++-- ipc3270.exp | Bin 52924 -> 0 bytes 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/core/constants.cc b/client/src/core/constants.cc index 250729d..fc6b20c 100644 --- a/client/src/core/constants.cc +++ b/client/src/core/constants.cc @@ -42,7 +42,7 @@ /*---[ Implement ]----------------------------------------------------------------------------------*/ -TN3270_PUBLIC const char * getVersion() { +TN3270_PUBLIC const char * TN3270::getVersion() { #ifdef PACKAGE_VERSION return PACKAGE_VERSION; #else @@ -50,7 +50,7 @@ TN3270_PUBLIC const char * getVersion() { #endif // PACKAGE_VERSION } -TN3270_PUBLIC const char * getRevision() { +TN3270_PUBLIC const char * TN3270::getRevision() { #ifdef PACKAGE_RELEASE return LIB3270_STRINGIZE_VALUE_OF(PACKAGE_RELEASE); #else diff --git a/ipc3270.exp b/ipc3270.exp index 934e934..345c243 100644 Binary files a/ipc3270.exp and b/ipc3270.exp differ -- libgit2 0.21.2