Browse Source

p≡p Python adapter 0.3

PYADPT-55 0.3
Volker Birk 7 years ago
parent
commit
3ee0c02fc0
  1. 2
      src/pEpmodule.cc

2
src/pEpmodule.cc

@ -23,7 +23,7 @@ namespace pEp {
Adapter adapter(true);
scope *_scope = NULL;
static const char *version_string = "p≡p Python adapter version 0.2";
static const char *version_string = "p≡p Python adapter version 0.3";
static string about()
{
string version = string(version_string) + "\np≡p version "

Loading…
Cancel
Save