diff --git a/src/bmconst.h b/src/bmconst.h index 3ce78dc4..2b3c4ca0 100644 --- a/src/bmconst.h +++ b/src/bmconst.h @@ -228,8 +228,8 @@ template struct _copyright }; template const char _copyright::_p[] = - "BitMagic C++ Library. v.7.4.1 (c) 2002-2021 Anatoliy Kuznetsov."; -template const unsigned _copyright::_v[3] = {7, 4, 1}; + "BitMagic C++ Library. v.7.5.0 (c) 2002-2021 Anatoliy Kuznetsov."; +template const unsigned _copyright::_v[3] = {7, 5, 0};