From 83fee5a1925b60e57713508eb5608abd12f1133d Mon Sep 17 00:00:00 2001 From: tlk00 Date: Thu, 9 Sep 2021 18:20:31 -0400 Subject: [PATCH] version increment --- src/bmconst.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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};