Skip to content

Commit 5b3df6f

Browse files
committed
version increment
1 parent a8a5984 commit 5b3df6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/bmconst.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ template<bool T> struct _copyright
140140
};
141141

142142
template<bool T> const char _copyright<T>::_p[] =
143-
"BitMagic C++ Library. v.3.8.0 (c) 2002-2017 Anatoliy Kuznetsov.";
144-
template<bool T> const unsigned _copyright<T>::_v[3] = {3, 8, 0};
143+
"BitMagic C++ Library. v.3.9.0 (c) 2002-2017 Anatoliy Kuznetsov.";
144+
template<bool T> const unsigned _copyright<T>::_v[3] = {3, 9, 0};
145145

146146

147147
template<bool T> struct DeBruijn_bit_position

0 commit comments

Comments
 (0)