diff options
Diffstat (limited to 'src/ocsptool-args.h.bak')
-rw-r--r-- | src/ocsptool-args.h.bak | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ocsptool-args.h.bak b/src/ocsptool-args.h.bak index 15f2d34ad8..45275e0368 100644 --- a/src/ocsptool-args.h.bak +++ b/src/ocsptool-args.h.bak @@ -19,7 +19,7 @@ * The ocsptool program is copyrighted and licensed * under the following terms: * - * Copyright (C) 2000-@YEAR@ Free Software Foundation, and others, all rights reserved. + * Copyright (C) 2000-2018 Free Software Foundation, and others, all rights reserved. * This is free software. It is licensed for use, modification and * redistribution under the terms of the GNU General Public License, * version 3 or later <http://gnu.org/licenses/gpl.html> @@ -95,9 +95,9 @@ typedef enum { /** count of all options for ocsptool */ #define OPTION_CT 25 /** ocsptool version */ -#define OCSPTOOL_VERSION "@VERSION@" +#define OCSPTOOL_VERSION "3.6.4" /** Full ocsptool version text */ -#define OCSPTOOL_FULL_VERSION "ocsptool @VERSION@" +#define OCSPTOOL_FULL_VERSION "ocsptool 3.6.4" /** * Interface defines for all options. Replace "n" with the UPPER_CASED |