Skip to content

Commit 83fee5a

Browse files
committed
version increment
1 parent 2fcd429 commit 83fee5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bmconst.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ template<bool T> struct _copyright
228228
};
229229

230230
template<bool T> const char _copyright<T>::_p[] =
231-
"BitMagic C++ Library. v.7.4.1 (c) 2002-2021 Anatoliy Kuznetsov.";
232-
template<bool T> const unsigned _copyright<T>::_v[3] = {7, 4, 1};
231+
"BitMagic C++ Library. v.7.5.0 (c) 2002-2021 Anatoliy Kuznetsov.";
232+
template<bool T> const unsigned _copyright<T>::_v[3] = {7, 5, 0};
233233

234234

235235

0 commit comments

Comments
 (0)