From c97503c4f85de2af906c5db1f0b2fa145a937d3e Mon Sep 17 00:00:00 2001 From: James Yonan Date: Mon, 22 Feb 2016 14:36:09 -0700 Subject: [PATCH] Incremented ovpn3 client core version to 3.0.9. --- 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 9ef3c759..f6fcbee8 100644 --- a/openvpn/common/version.hpp +++ b/openvpn/common/version.hpp @@ -24,6 +24,6 @@ #ifndef OPENVPN_COMMON_VERSION_H #define OPENVPN_COMMON_VERSION_H -#define OPENVPN_VERSION "3.0.8" +#define OPENVPN_VERSION "3.0.9" #endif // OPENVPN_COMMON_VERSION_H