mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Post-release version increment
This commit is contained in:
parent
959595ed2a
commit
beec0950b7
2
Doxyfile
2
Doxyfile
@ -38,7 +38,7 @@ PROJECT_NAME = Crypto++
|
||||
# could be handy for archiving the generated documentation or if some version
|
||||
# control system is used.
|
||||
|
||||
PROJECT_NUMBER = 8.6
|
||||
PROJECT_NUMBER = 8.7
|
||||
|
||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||
# for a project that appears at the top of each page and should give viewer a
|
||||
|
@ -1499,7 +1499,7 @@ cryptopp.pc libcryptopp.pc:
|
||||
@echo '' >> libcryptopp.pc
|
||||
@echo 'Name: Crypto++' >> libcryptopp.pc
|
||||
@echo 'Description: Crypto++ cryptographic library' >> libcryptopp.pc
|
||||
@echo 'Version: 8.6' >> libcryptopp.pc
|
||||
@echo 'Version: 8.7' >> libcryptopp.pc
|
||||
@echo 'URL: https://cryptopp.com/' >> libcryptopp.pc
|
||||
@echo '' >> libcryptopp.pc
|
||||
@echo 'Cflags: -I$${includedir}' >> libcryptopp.pc
|
||||
|
@ -16,14 +16,14 @@
|
||||
#
|
||||
#############################################################################
|
||||
|
||||
sed 's/Library 8.6 API/Library 8.5 API/g' cryptlib.h > cryptlib.h.new
|
||||
sed 's/Library 8.7 API/Library 8.6 API/g' cryptlib.h > cryptlib.h.new
|
||||
mv cryptlib.h.new cryptlib.h
|
||||
|
||||
sed 's/= 8.6/= 8.5/g' Doxyfile > Doxyfile.new
|
||||
sed 's/= 8.7/= 8.6/g' Doxyfile > Doxyfile.new
|
||||
mv Doxyfile.new Doxyfile
|
||||
|
||||
sed 's/CRYPTOPP_MINOR 6/CRYPTOPP_MINOR 5/g' config_ver.h > config_ver.h.new
|
||||
sed 's/CRYPTOPP_MINOR 7/CRYPTOPP_MINOR 6/g' config_ver.h > config_ver.h.new
|
||||
mv config_ver.h.new config_ver.h
|
||||
|
||||
sed 's/CRYPTOPP_VERSION 860/CRYPTOPP_VERSION 850/g' config_ver.h > config_ver.h.new
|
||||
sed 's/CRYPTOPP_VERSION 870/CRYPTOPP_VERSION 860/g' config_ver.h > config_ver.h.new
|
||||
mv config_ver.h.new config_ver.h
|
||||
|
@ -35,7 +35,7 @@
|
||||
/// as a shared object if versions are inadvertently mixed and matched.
|
||||
/// \sa CRYPTOPP_VERSION, LibraryVersion(), HeaderVersion()
|
||||
/// \since Crypto++ 8.2
|
||||
#define CRYPTOPP_MINOR 6
|
||||
#define CRYPTOPP_MINOR 7
|
||||
/// \brief Library revision number
|
||||
/// \details CRYPTOPP_REVISION reflects the revision number of the library the
|
||||
/// headers came from. It is not necessarily the revision of the library built
|
||||
@ -50,7 +50,7 @@
|
||||
/// shared object if versions are inadvertently mixed and matched.
|
||||
/// \sa CRYPTOPP_MAJOR, CRYPTOPP_MINOR, CRYPTOPP_REVISION, LibraryVersion(), HeaderVersion()
|
||||
/// \since Crypto++ 5.6
|
||||
#define CRYPTOPP_VERSION 860
|
||||
#define CRYPTOPP_VERSION 870
|
||||
|
||||
// Compiler version macros
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
/// \file cryptlib.h
|
||||
/// \brief Abstract base classes that provide a uniform interface to this library.
|
||||
|
||||
/*! \mainpage Crypto++ Library 8.6 API Reference
|
||||
/*! \mainpage Crypto++ Library 8.7 API Reference
|
||||
<dl>
|
||||
<dt>Abstract Base Classes<dd>
|
||||
cryptlib.h
|
||||
@ -21,7 +21,7 @@
|
||||
Rabbit, Salsa20, \ref SEAL "SEAL-LE", \ref SEAL "SEAL-BE", WAKE, XSalsa20
|
||||
<dt>Hash Functions<dd>
|
||||
BLAKE2s, BLAKE2b, \ref Keccak "Keccak (F1600)", SHA1, SHA224, SHA256, SHA384, SHA512,
|
||||
\ref SHA3 "SHA-3", SM3, Tiger, RIPEMD160, RIPEMD320, RIPEMD128, RIPEMD256, SipHash, Whirlpool,
|
||||
\ref SHA3 "SHA-3", SM3, LSH (256/512), Tiger, RIPEMD160, RIPEMD256, SipHash, Whirlpool,
|
||||
Weak::MD2, Weak::MD4, Weak::MD5
|
||||
<dt>Non-Cryptographic Checksums<dd>
|
||||
CRC32, CRC32C, Adler32
|
||||
|
13
cryptopp.rc
13
cryptopp.rc
@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 8,6,0,0
|
||||
PRODUCTVERSION 8,6,0,0
|
||||
FILEVERSION 8,7,0,0
|
||||
PRODUCTVERSION 8,7,0,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
@ -46,13 +46,13 @@ BEGIN
|
||||
VALUE "Comments", "Free crypto library, more information available at www.cryptopp.com"
|
||||
VALUE "CompanyName", "Crypto++® project"
|
||||
VALUE "FileDescription", "Crypto++® Library DLL"
|
||||
VALUE "FileVersion", "8, 6, 0, 0"
|
||||
VALUE "FileVersion", "8, 7, 0, 0"
|
||||
VALUE "InternalName", "cryptopp"
|
||||
VALUE "LegalCopyright", "Copyright© 1995-2021 by Wei Dai"
|
||||
VALUE "LegalTrademarks", "Crypto++®"
|
||||
VALUE "OriginalFilename", "cryptopp.dll"
|
||||
VALUE "ProductName", "Crypto++® Library"
|
||||
VALUE "ProductVersion", "8, 6, 0, 0"
|
||||
VALUE "ProductVersion", "8, 7, 0, 0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
@ -61,7 +61,6 @@ BEGIN
|
||||
END
|
||||
END
|
||||
|
||||
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
@ -90,15 +89,11 @@ END
|
||||
#endif // English (U.S.) resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
#ifndef APSTUDIO_INVOKED
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 3 resource.
|
||||
//
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#endif // not APSTUDIO_INVOKED
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user