ØMQ version reporting in C++

//
// Report 0MQ version
//
#include "zhelpers.hpp"

int main ()
{
s_version ();
return EXIT_SUCCESS;
}