CLI tools print libevent version

This commit is contained in:
Michael Davidsaver
2020-04-09 20:40:09 -07:00
parent d8cd01ee83
commit 6f39d9ae7c
6 changed files with 12 additions and 1 deletions
+2
View File
@@ -18,6 +18,7 @@
#include <pvxs/client.h>
#include <pvxs/log.h>
#include "utilpvt.h"
#include "evhelper.h"
using namespace pvxs;
@@ -61,6 +62,7 @@ int main(int argc, char *argv[])
case 'V':
std::cout<<version_str()<<"\n";
std::cout<<EPICS_VERSION_STRING<<"\n";
std::cout<<"libevent "<<event_get_version()<<"\n";
return 0;
case 'v':
verbose = true;