Skip to content

Commit b15ee5b

Browse files
committed
Prepare for Crypto++ 8.8 release
1 parent 81be13f commit b15ee5b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile.am

+2-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ libcryptopp_la_DEPENDENCIES += $(libothers_la_OBJECTS)
255255

256256
## Man, did Autotools fuck this up royally...
257257
## https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
258-
libcryptopp_la_LDFLAGS = $(AM_LDFLAGS) -release 8.7.0 -version-info 8:7
258+
libcryptopp_la_LDFLAGS = $(AM_LDFLAGS) -release 8.8.0 -version-info 8:8
259259

260260
## Source files with special needs
261261
libcryptlib_la_SOURCES = cryptlib.cpp
@@ -575,6 +575,7 @@ testprogs_FILES= \
575575
TestPrograms/test_cxx.cpp \
576576
TestPrograms/test_glibc.cpp \
577577
TestPrograms/test_newlib.cpp \
578+
TestPrograms/test_nodevirtualize.cpp \
578579
TestPrograms/test_ppc_aes.cpp \
579580
TestPrograms/test_ppc_altivec.cpp \
580581
TestPrograms/test_ppc_power7.cpp \

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ echo "Build is $build"
133133
## configure.ac preamble
134134
#############################################################################
135135

136-
AC_INIT([Crypto++], [8.7], [http://www.cryptopp.com/wiki/Bug_Report], [cryptopp], [http://www.cryptopp.com])
136+
AC_INIT([Crypto++], [8.8], [http://www.cryptopp.com/wiki/Bug_Report], [cryptopp], [http://www.cryptopp.com])
137137
AC_CONFIG_SRCDIR([configure.ac])
138138
AC_CONFIG_HEADERS([local.h])
139139
AC_CONFIG_FILES([Makefile] [libcryptopp.pc])

0 commit comments

Comments
 (0)