diff options
author | Bernhard Schmidt <berni@debian.org> | 2020-10-28 19:37:28 +0100 |
---|---|---|
committer | Bernhard Schmidt <berni@debian.org> | 2020-10-28 19:37:28 +0100 |
commit | 072624936ab15e0b5d37672d5ce82adb5a2dbc5c (patch) | |
tree | b798706b9e9d52d26cf8594e87b0f0125896ccce /include/openvpn-plugin.h | |
parent | e366d0b3bf15f6e839f52229d3bd4d8d333cea46 (diff) | |
parent | 0816f633cec4254ccfd98901252eefe84b0e2648 (diff) |
Update upstream source from tag 'upstream/2.5.0'
Update to upstream version '2.5.0'
with Debian dir e11f7b8b9773dc76e4ab19884eee5bddfe34d960
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 1fa3bc1..f742f6b 100644 --- a/include/openvpn-plugin.h +++ b/include/openvpn-plugin.h @@ -53,7 +53,7 @@ extern "C" { */ #define OPENVPN_VERSION_MAJOR 2 #define OPENVPN_VERSION_MINOR 5 -#define OPENVPN_VERSION_PATCH "_rc3" +#define OPENVPN_VERSION_PATCH ".0" /* * Plug-in types. These types correspond to the set of script callbacks |