diff options
author | Bernhard Schmidt <berni@debian.org> | 2020-10-28 19:37:21 +0100 |
---|---|---|
committer | Bernhard Schmidt <berni@debian.org> | 2020-10-28 19:37:21 +0100 |
commit | 0816f633cec4254ccfd98901252eefe84b0e2648 (patch) | |
tree | 2c02b99522d0ecd25781e92573e23e4a705eb5e3 /include | |
parent | 80285c31e83a8e233016e227a393543d508194eb (diff) |
New upstream version 2.5.0upstream/2.5.0
Diffstat (limited to 'include')
-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 |