Skip to content

Commit 383a5e2

Browse files
committed
Version increment
1 parent 00f9350 commit 383a5e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bmconst.h

Lines changed: 2 additions & 2 deletions
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.5.2 (c) 2002-2021 Anatoliy Kuznetsov.";
232-
template<bool T> const unsigned _copyright<T>::_v[3] = {7, 5, 2};
231+
"BitMagic C++ Library. v.7.6.0 (c) 2002-2021 Anatoliy Kuznetsov.";
232+
template<bool T> const unsigned _copyright<T>::_v[3] = {7, 6, 0};
233233

234234

235235

0 commit comments

Comments
 (0)