Jpp 21.0.0-rc.1-88-g0130508c4
the software that should make you happy
Loading...
Searching...
No Matches
library.cc File Reference
#include "km3net/version-consumer/version.h"
#include <string>

Go to the source code of this file.

Functions

const char * version_consumer_shared_version ()
 

Function Documentation

◆ version_consumer_shared_version()

const char * version_consumer_shared_version ( )

Definition at line 5 of file library.cc.

5 {
6 static const std::string version = version::consumer::getVersion();
7 return version.c_str();
8}