mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 09:57:41 +00:00
8 lines
129 B
C++
8 lines
129 B
C++
#include <log4cplus/version.h>
|
|
#include <iostream>
|
|
|
|
int main() {
|
|
std::cout << LOG4CPLUS_VERSION_STR << "\n";
|
|
return 0;
|
|
}
|