diff --git a/src/bmconst.h b/src/bmconst.h index 5b4df1ce..3c32b2a2 100644 --- a/src/bmconst.h +++ b/src/bmconst.h @@ -140,8 +140,8 @@ template struct _copyright }; template const char _copyright::_p[] = - "BitMagic C++ Library. v.3.8.0 (c) 2002-2017 Anatoliy Kuznetsov."; -template const unsigned _copyright::_v[3] = {3, 8, 0}; + "BitMagic C++ Library. v.3.9.0 (c) 2002-2017 Anatoliy Kuznetsov."; +template const unsigned _copyright::_v[3] = {3, 9, 0}; template struct DeBruijn_bit_position