updated auto-generated files

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
Nikos Mavrogiannopoulos 2018-04-22 10:46:05 +02:00
parent d246f3534b
commit f3b1aa6403
4 changed files with 12 additions and 12 deletions

View File

@ -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 [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [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(_("<<<NOT-FOUND>>>"));

View File

@ -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

View File

@ -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(_("<<<NOT-FOUND>>>"));

View File

@ -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