Skip to content

Commit 3ca8a7d

Browse files
committed
version increment
1 parent 703d039 commit 3ca8a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bmconst.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ template<bool T> struct _copyright
206206

207207
template<bool T> const char _copyright<T>::_p[] =
208208
"BitMagic C++ Library. v.3.20.0 (c) 2002-2019 Anatoliy Kuznetsov.";
209-
template<bool T> const unsigned _copyright<T>::_v[3] = {3, 18, 0};
209+
template<bool T> const unsigned _copyright<T>::_v[3] = {3, 20, 0};
210210

211211

212212

0 commit comments

Comments
 (0)