From 5463970a2ef876de881cd11aca2c15ccd4f30a93 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 17 Oct 2024 11:52:34 +0200 Subject: [PATCH] Release: OpenVPN 3 Core Library, version 3.10.2 Signed-off-by: David Sommerseth --- openvpn/common/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn/common/version.hpp b/openvpn/common/version.hpp index bb551bf87..239820de4 100644 --- a/openvpn/common/version.hpp +++ b/openvpn/common/version.hpp @@ -24,5 +24,5 @@ #pragma once #ifndef OPENVPN_VERSION -#define OPENVPN_VERSION "3.10.1" +#define OPENVPN_VERSION "3.10.2" #endif