diff --git a/DPPP/Version.h b/DPPP/Version.h index dd25ebc7..d0d7541c 100644 --- a/DPPP/Version.h +++ b/DPPP/Version.h @@ -26,7 +26,7 @@ class DPPPVersion public: static std::string AsString() { - return "DPPP 4.1"; + return "DPPP 4.2"; } };