diff --git a/DPPP/Version.h b/DPPP/Version.h index d99867fc65202956abf74999eae4c990f835c1a1..55b39d592b1b0586329f714853d2fdb0f5588b13 100644 --- a/DPPP/Version.h +++ b/DPPP/Version.h @@ -8,7 +8,7 @@ class DPPPVersion public: static std::string AsString() { - return "DPPP 4.0"; + return "DPPP 4.1"; } };