diff options
author | Bernhard Schmidt <berni@debian.org> | 2020-10-20 19:17:00 +0200 |
---|---|---|
committer | Bernhard Schmidt <berni@debian.org> | 2020-10-20 19:17:00 +0200 |
commit | 80285c31e83a8e233016e227a393543d508194eb (patch) | |
tree | a76135587c708bf9e9bf424af2149b119efe6320 /include/openvpn-plugin.h | |
parent | 5246174f27866c0e9e22844d998f3c97cac54050 (diff) |
New upstream version 2.5~rc3upstream/2.5_rc3
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 57755bd..1fa3bc1 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 "_rc2" +#define OPENVPN_VERSION_PATCH "_rc3" /* * Plug-in types. These types correspond to the set of script callbacks |