Skip to content

Commit

Permalink
Merge pull request #702 from cisco/feature/vupdate
Browse files Browse the repository at this point in the history
Update version number for 1.5.0
  • Loading branch information
abkarcher committed May 31, 2022
2 parents d17b567 + 945dc19 commit 32215c6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for libacvp 1.4.3.
# Generated by GNU Autoconf 2.69 for libacvp 1.5.0.
#
# Report bugs to <https://github.com/cisco/libacvp/issues>.
#
Expand Down Expand Up @@ -729,8 +729,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='libacvp'
PACKAGE_TARNAME='libacvp'
PACKAGE_VERSION='1.4.3'
PACKAGE_STRING='libacvp 1.4.3'
PACKAGE_VERSION='1.5.0'
PACKAGE_STRING='libacvp 1.5.0'
PACKAGE_BUGREPORT='https://github.com/cisco/libacvp/issues'
PACKAGE_URL=''

Expand Down Expand Up @@ -1494,7 +1494,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.4.3 to adapt to many kinds of systems.
\`configure' configures libacvp 1.5.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1564,7 +1564,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of libacvp 1.4.3:";;
short | recursive ) echo "Configuration of libacvp 1.5.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1697,7 +1697,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
libacvp configure 1.4.3
libacvp configure 1.5.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1975,7 +1975,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.4.3, which was
It was created by libacvp $as_me 1.5.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2874,7 +2874,7 @@ fi

# Define the identity of the package.
PACKAGE='libacvp'
VERSION='1.4.3'
VERSION='1.5.0'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -12109,7 +12109,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.4.3, which was
This file was extended by libacvp $as_me 1.5.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -12166,7 +12166,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.4.3
libacvp config.status 1.5.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# Shared objects are named library.so.Major.age.Minor by autotools
#
m4_define([libacvp_major_version], [1])
m4_define([libacvp_minor_version], [4])
m4_define([libacvp_micro_version], [3])
m4_define([libacvp_minor_version], [5])
m4_define([libacvp_micro_version], [0])
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
Expand Down
4 changes: 2 additions & 2 deletions include/acvp/acvp_lcl.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#include "parson.h"

#define ACVP_VERSION "1.0"
#define ACVP_LIBRARY_VERSION_NUMBER "1.4.3"
#define ACVP_LIBRARY_VERSION "libacvp_oss-1.4.3"
#define ACVP_LIBRARY_VERSION_NUMBER "1.5.0"
#define ACVP_LIBRARY_VERSION "libacvp_oss-1.5.0"


#ifndef ACVP_LOG_ERR
Expand Down

0 comments on commit 32215c6

Please sign in to comment.