From 22369c80d602dc19a8dcaae7dc74ee8db80316f0 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 15 Aug 2024 16:33:01 +0200 Subject: [PATCH] Release: OpenVPN 3 Core Library, version 3.10 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 487e500b..d1cd0dd5 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_qa" +#define OPENVPN_VERSION "3.10" #endif