From 767b971e417724918ff5c8c0b10112cb5590090a Mon Sep 17 00:00:00 2001 From: Andrew Karcher Date: Thu, 13 Aug 2020 15:59:23 -0400 Subject: [PATCH] Updated version --- configure | 20 ++++++++++---------- configure.ac | 2 +- include/acvp/acvp_lcl.h | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/configure b/configure index 0ffb9036..e8fb1244 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libacvp 1.0.4. +# Generated by GNU Autoconf 2.69 for libacvp 1.0.5. # # Report bugs to . # @@ -729,8 +729,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libacvp' PACKAGE_TARNAME='libacvp' -PACKAGE_VERSION='1.0.4' -PACKAGE_STRING='libacvp 1.0.4' +PACKAGE_VERSION='1.0.5' +PACKAGE_STRING='libacvp 1.0.5' PACKAGE_BUGREPORT='https://github.com/cisco/libacvp/issues' PACKAGE_URL='' @@ -1487,7 +1487,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libacvp 1.0.4 to adapt to many kinds of systems. +\`configure' configures libacvp 1.0.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1557,7 +1557,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libacvp 1.0.4:";; + short | recursive ) echo "Configuration of libacvp 1.0.5:";; esac cat <<\_ACEOF @@ -1679,7 +1679,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libacvp configure 1.0.4 +libacvp configure 1.0.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1957,7 +1957,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libacvp $as_me 1.0.4, which was +It was created by libacvp $as_me 1.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2856,7 +2856,7 @@ fi # Define the identity of the package. PACKAGE='libacvp' - VERSION='1.0.4' + VERSION='1.0.5' cat >>confdefs.h <<_ACEOF @@ -12127,7 +12127,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libacvp $as_me 1.0.4, which was +This file was extended by libacvp $as_me 1.0.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12184,7 +12184,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libacvp config.status 1.0.4 +libacvp config.status 1.0.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index ce1e6b87..2a64df0d 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # m4_define([libacvp_major_version], [1]) m4_define([libacvp_minor_version], [0]) -m4_define([libacvp_micro_version], [4]) +m4_define([libacvp_micro_version], [5]) AC_INIT([libacvp], [libacvp_major_version.libacvp_minor_version.libacvp_micro_version], [https://github.com/cisco/libacvp/issues]) # Safety checks in case user overwritten --srcdir diff --git a/include/acvp/acvp_lcl.h b/include/acvp/acvp_lcl.h index 883dea92..2cdea17c 100755 --- a/include/acvp/acvp_lcl.h +++ b/include/acvp/acvp_lcl.h @@ -13,7 +13,7 @@ #include "parson.h" #define ACVP_VERSION "1.0" -#define ACVP_LIBRARY_VERSION "libacvp_oss-1.0.4" +#define ACVP_LIBRARY_VERSION "libacvp_oss-1.0.5" #ifndef ACVP_LOG_ERR