Skip to content

Commit 54acf11

Browse files
committed
Bump version to Crypto++ 8.2
1 parent 416fca0 commit 54acf11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ endif
194194
libcryptopp_la_DEPENDENCIES += $(libothers_la_OBJECTS)
195195

196196
## Very important... Version number of the library
197-
libcryptopp_la_LDFLAGS = $(AM_LDFLAGS) -version-info 8:1:0
197+
libcryptopp_la_LDFLAGS = $(AM_LDFLAGS) -version-info 8:2:0
198198

199199
## Source files with special needs
200200
libcryptlib_la_SOURCES = cryptlib.cpp

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
#############################################################################
9393

94-
AC_INIT([Crypto++], [8.1], [http://www.cryptopp.com/wiki/Bug_Report], [cryptopp], [http://www.cryptopp.com])
94+
AC_INIT([Crypto++], [8.2], [http://www.cryptopp.com/wiki/Bug_Report], [cryptopp], [http://www.cryptopp.com])
9595
AM_INIT_AUTOMAKE
9696

9797
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)