diff --git a/src/pEpmodule.hh b/src/pEpmodule.hh index 8b81b33..af5b07a 100644 --- a/src/pEpmodule.hh +++ b/src/pEpmodule.hh @@ -5,6 +5,7 @@ namespace pEp { namespace PythonAdapter { using namespace std; + const char *version_string = "p≡p Python adapter version 0.1"; string about(); }