From 44f9cc447ca3f6f488d2ebbf5d9324d84e0000c1 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Wed, 28 Jun 2023 08:58:16 +0200 Subject: [PATCH] Release: OpenVPN 3 Core library version 3.8 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 a0e627e6c..92d16f673 100644 --- a/openvpn/common/version.hpp +++ b/openvpn/common/version.hpp @@ -24,5 +24,5 @@ #pragma once #ifndef OPENVPN_VERSION -#define OPENVPN_VERSION "3.8_qa" +#define OPENVPN_VERSION "3.8" #endif