Skip to content

Commit

Permalink
Fix version-info for 8.9.0 and drop release
Browse files Browse the repository at this point in the history
This will lead to a libcryptopp.so.9 SONAME and libcryptopp.so.9.0.0
library.
  • Loading branch information
kwizart committed Nov 28, 2024
1 parent 4856b2c commit 7161088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,8 @@ endif
## The remainder of the object files
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.8.0 -version-info 8:8
libcryptopp_la_LDFLAGS = $(AM_LDFLAGS) -version-info 9:0:0

## Source files with special needs
libcryptlib_la_SOURCES = cryptlib.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.8], [http://www.cryptopp.com/wiki/Bug_Report], [cryptopp], [http://www.cryptopp.com])
AC_INIT([Crypto++], [8.9], [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 7161088

Please sign in to comment.