Skip to content

Commit e53da8e

Browse files
committed
Bump library version
1 parent 25b36d6 commit e53da8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ libcryptopp_la_DEPENDENCIES += $(libothers_la_OBJECTS)
204204

205205
## Man, did Autotools fuck this up royally...
206206
## https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
207-
libcryptopp_la_LDFLAGS = $(AM_LDFLAGS) -release 8.3.0 -version-info 8:3
207+
libcryptopp_la_LDFLAGS = $(AM_LDFLAGS) -release 8.5.0 -version-info 8:5
208208

209209
## Source files with special needs
210210
libcryptlib_la_SOURCES = cryptlib.cpp
@@ -397,7 +397,7 @@ CLEANFILES = adhoc.cpp
397397
## TestPrograms/ is included in the tarball but not installed.
398398
## https://www.gnu.org/software/automake/manual/html_node/Data.html
399399

400-
# Create with 'ls TestVectors/*.dat'. These files get installed.
400+
# Create with 'ls TestData/*.dat'. These files get installed.
401401
testdata_FILES = \
402402
TestData/3desval.dat TestData/fhmqv160.dat TestData/rc2val.dat \
403403
TestData/3wayval.dat TestData/fhmqv256.dat TestData/rc5val.dat \

0 commit comments

Comments
 (0)