From d0fee2ad9beb8f208fd3d7f467042202a56c0a03 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Offringa?= <offringa@gmail.com>
Date: Thu, 9 Jul 2020 11:36:36 +0200
Subject: [PATCH] Set version to 4.2 (#268)

---
 DPPP/Version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DPPP/Version.h b/DPPP/Version.h
index dd25ebc79..d0d7541c6 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";
 	}
 };
 
-- 
GitLab