diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-01-21 20:37:31 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-01-21 20:37:31 +0100 |
commit | b7968faa2a6dac1bd9641309ccf4c9a387bca26c (patch) | |
tree | b73b91ede0a7b3257dda85c056873ceb8ef0db07 /openvpn/config.h | |
parent | f3957386eb230ab85fa7d727c96d9ca6fe122ee3 (diff) |
Add to code that allows excluding routes from the VPN
--HG--
extra : rebase_source : 7e20e643cb0949520b92f7ab7b623d6856ea4ef7
Diffstat (limited to 'openvpn/config.h')
-rw-r--r-- | openvpn/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn/config.h b/openvpn/config.h index d281d33d..993a46f1 100644 --- a/openvpn/config.h +++ b/openvpn/config.h @@ -450,7 +450,7 @@ #define PACKAGE_NAME "OpenVPN" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "OpenVPN 2.4-icsopenvpn64" +#define PACKAGE_STRING "OpenVPN 2.4-icsopenvpn" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "openvpn" |