From 3ee0c02fc0d387f84ecbd50d968898492155dfd7 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Sun, 3 Feb 2019 12:34:52 +0100 Subject: [PATCH] =?UTF-8?q?p=E2=89=A1p=20Python=20adapter=200.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pEpmodule.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pEpmodule.cc b/src/pEpmodule.cc index dfe9ff5..a468514 100644 --- a/src/pEpmodule.cc +++ b/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 "