summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/crypto/src/version.h
blob: b52b4a13f30208d1a3de8dd4ce9eca7d9cde7bfb (plain)
1
2
3
4
5
6
7
8
9
10
11
#define __MAJOR_VERSION            5
#define __MINOR_VERSION            5
#define __RELEASE_NUM            2
#define __BUILD_NUM               0

#include <stdver.h>

#define __PLUGIN_NAME            "cryptopp"
#define __FILENAME               "Cryptlib.lib"
#define __DESCRIPTION             "Crypto++® Library DLL."
#define __COPYRIGHT               "© 1995-2007 by Wei Dai"