From f3b1aa640343051f5d9ae005f77c7377f0d19b33 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 22 Apr 2018 10:46:05 +0200 Subject: [PATCH] updated auto-generated files Signed-off-by: Nikos Mavrogiannopoulos --- src/ocpasswd/ocpasswd-args.c.in | 8 ++++---- src/ocpasswd/ocpasswd-args.h.in | 4 ++-- src/ocserv-args.c.in | 8 ++++---- src/ocserv-args.h.in | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/ocpasswd/ocpasswd-args.c.in b/src/ocpasswd/ocpasswd-args.c.in index e73fe278..1127e240 100644 --- a/src/ocpasswd/ocpasswd-args.c.in +++ b/src/ocpasswd/ocpasswd-args.c.in @@ -63,7 +63,7 @@ extern FILE * option_usage_fp; * static const strings for ocpasswd options */ static char const ocpasswd_opt_strs[1518] = -/* 0 */ "ocpasswd 0.11.11\n" +/* 0 */ "ocpasswd 0.11.12\n" "Copyright (C) 2013-2017 Nikos Mavrogiannopoulos, all rights reserved.\n" "This is free software. It is licensed for use, modification and\n" "redistribution under the terms of the GNU General Public License,\n" @@ -105,7 +105,7 @@ static char const ocpasswd_opt_strs[1518] = /* 1271 */ "\n\0" /* 1273 */ "This program is openconnect password (ocpasswd) utility. It allows the\n" "generation and handling of a 'plain' password file used by ocserv.\n\0" -/* 1413 */ "ocpasswd 0.11.11\0" +/* 1413 */ "ocpasswd 0.11.12\0" /* 1430 */ "Usage: ocpasswd -c [passwd] [options] username\n" "ocpasswd --help for usage instructions.\n"; @@ -588,7 +588,7 @@ static void bogus_function(void) { translate option names. */ /* referenced via ocpasswdOptions.pzCopyright */ - puts(_("ocpasswd 0.11.11\n\ + puts(_("ocpasswd 0.11.12\n\ Copyright (C) 2013-2017 Nikos Mavrogiannopoulos, all rights reserved.\n\ This is free software. It is licensed for use, modification and\n\ redistribution under the terms of the GNU General Public License,\n\ @@ -641,7 +641,7 @@ Usage: %s [ - [] | --[{=| }] ]... [username]\n")); generation and handling of a 'plain' password file used by ocserv.\n")); /* referenced via ocpasswdOptions.pzFullVersion */ - puts(_("ocpasswd 0.11.11")); + puts(_("ocpasswd 0.11.12")); /* referenced via ocpasswdOptions.pzFullUsage */ puts(_("<<>>")); diff --git a/src/ocpasswd/ocpasswd-args.h.in b/src/ocpasswd/ocpasswd-args.h.in index d44cfa04..6fb2ebd3 100644 --- a/src/ocpasswd/ocpasswd-args.h.in +++ b/src/ocpasswd/ocpasswd-args.h.in @@ -78,9 +78,9 @@ typedef enum { /** count of all options for ocpasswd */ #define OPTION_CT 8 /** ocpasswd version */ -#define OCPASSWD_VERSION "0.11.11" +#define OCPASSWD_VERSION "0.11.12" /** Full ocpasswd version text */ -#define OCPASSWD_FULL_VERSION "ocpasswd 0.11.11" +#define OCPASSWD_FULL_VERSION "ocpasswd 0.11.12" /** * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/src/ocserv-args.c.in b/src/ocserv-args.c.in index 540eacf6..5d6e9c76 100644 --- a/src/ocserv-args.c.in +++ b/src/ocserv-args.c.in @@ -64,7 +64,7 @@ extern FILE * option_usage_fp; * static const strings for ocserv options */ static char const ocserv_opt_strs[1649] = -/* 0 */ "ocserv 0.11.11\n" +/* 0 */ "ocserv 0.11.12\n" "Copyright (C) 2013-2017 Nikos Mavrogiannopoulos, all rights reserved.\n" "This is free software. It is licensed for use, modification and\n" "redistribution under the terms of the GNU General Public License,\n" @@ -107,7 +107,7 @@ static char const ocserv_opt_strs[1649] = /* 1367 */ "Openconnect VPN server (ocserv) is a VPN server compatible with the\n" "openconnect VPN client. It follows the TLS and DTLS-based AnyConnect VPN\n" "protocol which is used by several CISCO routers.\n\0" -/* 1559 */ "ocserv 0.11.11\0" +/* 1559 */ "ocserv 0.11.12\0" /* 1574 */ "Usage: ocserv [options] -c [config]\n" "ocserv --help for usage instructions.\n"; @@ -650,7 +650,7 @@ static void bogus_function(void) { translate option names. */ /* referenced via ocservOptions.pzCopyright */ - puts(_("ocserv 0.11.11\n\ + puts(_("ocserv 0.11.12\n\ Copyright (C) 2013-2017 Nikos Mavrogiannopoulos, all rights reserved.\n\ This is free software. It is licensed for use, modification and\n\ redistribution under the terms of the GNU General Public License,\n\ @@ -704,7 +704,7 @@ openconnect VPN client. It follows the TLS and DTLS-based AnyConnect VPN\n\ protocol which is used by several CISCO routers.\n")); /* referenced via ocservOptions.pzFullVersion */ - puts(_("ocserv 0.11.11")); + puts(_("ocserv 0.11.12")); /* referenced via ocservOptions.pzFullUsage */ puts(_("<<>>")); diff --git a/src/ocserv-args.h.in b/src/ocserv-args.h.in index 7c901d61..6133232f 100644 --- a/src/ocserv-args.h.in +++ b/src/ocserv-args.h.in @@ -78,9 +78,9 @@ typedef enum { /** count of all options for ocserv */ #define OPTION_CT 8 /** ocserv version */ -#define OCSERV_VERSION "0.11.11" +#define OCSERV_VERSION "0.11.12" /** Full ocserv version text */ -#define OCSERV_FULL_VERSION "ocserv 0.11.11" +#define OCSERV_FULL_VERSION "ocserv 0.11.12" /** * Interface defines for all options. Replace "n" with the UPPER_CASED