diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/src/main/cpp/openvpn-config/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/main/cpp/openvpn-config/config.h b/main/src/main/cpp/openvpn-config/config.h index 7959c147..ca33c91e 100644 --- a/main/src/main/cpp/openvpn-config/config.h +++ b/main/src/main/cpp/openvpn-config/config.h @@ -450,13 +450,13 @@ #define PACKAGE_NAME "OpenVPN" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "OpenVPN 2.5-icsopenvpn" +#define PACKAGE_STRING "OpenVPN 2.6-icsopenvpn" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "openvpn" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.5_master" +#define PACKAGE_VERSION "2.6_master" /* Define to the necessary symbol if this constant uses a non-standard name on your system. */ |