diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-07-29 14:11:02 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-07-29 14:11:02 +0200 |
commit | 64639e6dd78c89be61bbffeefcbd7a8d1e38178f (patch) | |
tree | 828e090fe91751afd157fb1ceb48c153dcb6568b /include/openvpn-plugin.h | |
parent | 3408a277eb3293c0c29d50c66b42727ad31181aa (diff) | |
parent | 53de4f8356a1c5d5b2f0903499087adcc8854c57 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'include/openvpn-plugin.h')
-rw-r--r-- | include/openvpn-plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openvpn-plugin.h b/include/openvpn-plugin.h index f9e11d3..20526b1 100644 --- a/include/openvpn-plugin.h +++ b/include/openvpn-plugin.h @@ -55,7 +55,7 @@ extern "C" { */ #define OPENVPN_VERSION_MAJOR 2 #define OPENVPN_VERSION_MINOR 4 -#define OPENVPN_VERSION_PATCH ".5" +#define OPENVPN_VERSION_PATCH ".6" /* * Plug-in types. These types correspond to the set of script callbacks |