Skip to content

Commit

Permalink
version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
tlk00 committed Oct 24, 2017
1 parent a8a5984 commit 5b3df6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bmconst.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ template<bool T> struct _copyright
};

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


template<bool T> struct DeBruijn_bit_position
Expand Down

0 comments on commit 5b3df6f

Please sign in to comment.