diff options
author | Parménides GV <parmegv@sdf.org> | 2015-02-07 17:29:56 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-02-07 17:29:56 +0100 |
commit | 8fcf5808a48aa36f75fa783b0f128d90e8fedbb1 (patch) | |
tree | a9fdb9e62f907a96bd454158d4947895964bcfc1 /app | |
parent | aa582e73e98f114cb421c85072c6bda1f7ff0f7b (diff) | |
parent | 757043f9f974427e0bb31658c3158a14406e96e7 (diff) |
Merge branch 'bug/openvpn-build-date-on-help' into develop
Diffstat (limited to 'app')
-rw-r--r-- | app/openvpn/src/openvpn/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/openvpn/src/openvpn/options.c b/app/openvpn/src/openvpn/options.c index e2897984..5ee3358e 100644 --- a/app/openvpn/src/openvpn/options.c +++ b/app/openvpn/src/openvpn/options.c @@ -103,7 +103,7 @@ const char title_string[] = " [MH]" #endif " [IPv6]" - " built on " __DATE__ + // " built on " __DATE__ ; #ifndef ENABLE_SMALL |