From b15ee5b736424780f0f5e8740c1aa6d1d30fd0cf Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 26 Jun 2023 03:53:04 -0400 Subject: [PATCH] Prepare for Crypto++ 8.8 release --- Makefile.am | 3 ++- configure.ac | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5b4294a..10e9278 100644 --- a/Makefile.am +++ b/Makefile.am @@ -255,7 +255,7 @@ libcryptopp_la_DEPENDENCIES += $(libothers_la_OBJECTS) ## Man, did Autotools fuck this up royally... ## https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -libcryptopp_la_LDFLAGS = $(AM_LDFLAGS) -release 8.7.0 -version-info 8:7 +libcryptopp_la_LDFLAGS = $(AM_LDFLAGS) -release 8.8.0 -version-info 8:8 ## Source files with special needs libcryptlib_la_SOURCES = cryptlib.cpp @@ -575,6 +575,7 @@ testprogs_FILES= \ TestPrograms/test_cxx.cpp \ TestPrograms/test_glibc.cpp \ TestPrograms/test_newlib.cpp \ + TestPrograms/test_nodevirtualize.cpp \ TestPrograms/test_ppc_aes.cpp \ TestPrograms/test_ppc_altivec.cpp \ TestPrograms/test_ppc_power7.cpp \ diff --git a/configure.ac b/configure.ac index 0b08cea..59eeb2f 100644 --- a/configure.ac +++ b/configure.ac @@ -133,7 +133,7 @@ echo "Build is $build" ## configure.ac preamble ############################################################################# -AC_INIT([Crypto++], [8.7], [http://www.cryptopp.com/wiki/Bug_Report], [cryptopp], [http://www.cryptopp.com]) +AC_INIT([Crypto++], [8.8], [http://www.cryptopp.com/wiki/Bug_Report], [cryptopp], [http://www.cryptopp.com]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_HEADERS([local.h]) AC_CONFIG_FILES([Makefile] [libcryptopp.pc])