Skip to content

Commit

Permalink
Prepare for Crypto++ 8.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Jun 26, 2023
1 parent 81be13f commit b15ee5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit b15ee5b

Please sign in to comment.