diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-09-13 15:47:05 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-09-13 15:47:05 +0200 |
commit | 3614a999bce8ce7230173013663c7716a2232941 (patch) | |
tree | 9d8d4d4e6e894e03ef7f76120ccd6b9858e8597c /openvpn/config.h | |
parent | d94cbc6f56743d3152cf7d14783737ea8ee740a0 (diff) |
Update openvpn to https://github.com/schwabe/openvpn/tree/android_2.3beta1
Diffstat (limited to 'openvpn/config.h')
-rw-r--r-- | openvpn/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openvpn/config.h b/openvpn/config.h index bc262afb..e7e54dc5 100644 --- a/openvpn/config.h +++ b/openvpn/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.3_alpha3" +#define PACKAGE_STRING "OpenVPN 2.3_beta1" /* 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.3_alpha1" +#define PACKAGE_VERSION "2.3_beta1" /* Define to the necessary symbol if this constant uses a non-standard name on your system. */ @@ -615,4 +615,4 @@ #define HAVE_LZO_LZOUTIL_H 1 #define HAVE_LZO_LZO1X_H 1 #define HAVE_SYS_TIME_H 1 -#define HAVE_TIME_H 1j +#define HAVE_TIME_H 1 |