diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-21 01:12:21 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-21 01:12:21 +0200 |
commit | 883fb1ad29a8536d5b98a611ac4460d1a68a7b3a (patch) | |
tree | f53f912301318388be2162e92c27f6702453e7ab | |
parent | 23a783836e5765514c85f83a510b9225a43cdfc1 (diff) |
Change config.h version number to reflect openvpn version
-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 65193a6b..bc262afb 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.3_alpha1" +#define PACKAGE_STRING "OpenVPN 2.3_alpha3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "openvpn" |