Skip to content

Commit f866c60

Browse files
committed
Fix version-info for 8.9.0 and drop release
This will lead to a libcryptopp.so.9 SONAME and libcryptopp.so.9.0.0 library.
1 parent 4856b2c commit f866c60

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,8 @@ endif
250250
## The remainder of the object files
251251
libcryptopp_la_DEPENDENCIES += $(libothers_la_OBJECTS)
252252

253-
## Man, did Autotools fuck this up royally...
254253
## https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
255-
libcryptopp_la_LDFLAGS = $(AM_LDFLAGS) -release 8.8.0 -version-info 8:8
254+
libcryptopp_la_LDFLAGS = $(AM_LDFLAGS) -version-info 0:0:9
256255

257256
## Source files with special needs
258257
libcryptlib_la_SOURCES = cryptlib.cpp

configure.ac

Lines changed: 1 addition & 1 deletion
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.8], [http://www.cryptopp.com/wiki/Bug_Report], [cryptopp], [http://www.cryptopp.com])
136+
AC_INIT([Crypto++], [8.9], [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)