diff options
author | Arne Schwabe <arne@rfc2549.org> | 2015-02-18 09:08:13 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2015-02-18 09:08:13 +0100 |
commit | bd60df73492019eb4d46af268a79fddd9bf3bfef (patch) | |
tree | 9c54414dea9dcfb186ca91652142807ddc98e222 /main | |
parent | af8ddb8e31dff6ffc858c677357e93664d5edfa4 (diff) |
Fix typo (thanks), closes issue #329
--HG--
extra : rebase_source : 9148b1bb05a9d8785b8b1c6ee2a5d45f07640d4d
Diffstat (limited to 'main')
-rw-r--r-- | main/openvpn/config-version.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/openvpn/config-version.h b/main/openvpn/config-version.h index eb75eff4..dbfd472a 100644 --- a/main/openvpn/config-version.h +++ b/main/openvpn/config-version.h @@ -1,2 +1,3 @@ -#define CONFIGURE_GIT_REVISION "icsopenvpn_629-4c6f7f0d16e1a6b3" -#define CONFIGURE_GIT_FLAGS "" +#define CONFIGURE_GIT_REVISION "icsopenvpn_627-cff5e3e9c3ac08df" +#define CONFIGURE_GIT_FLAGS "+" + |