diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-07-29 13:59:08 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-07-29 13:59:08 +0200 |
commit | ec0c1de5bfbf202261ca511d372c761b9745935b (patch) | |
tree | 3ebf1c9da90db82b07f7785332c9a35cc46aca19 /include/openvpn-plugin.h | |
parent | 3408a277eb3293c0c29d50c66b42727ad31181aa (diff) | |
parent | 2c8e4bc4f9ab94e4d0b63341820d471af7c28c6c (diff) |
Update upstream source from tag 'upstream/2.4.6'
Update to upstream version '2.4.6'
with Debian dir 5e8196d02f26c4d63556a6dd9332ec86b95574cd
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 |