1 parent a8a5984 commit 5b3df6fCopy full SHA for 5b3df6f
1 file changed
src/bmconst.h
@@ -140,8 +140,8 @@ template<bool T> struct _copyright
140
};
141
142
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};
+ "BitMagic C++ Library. v.3.9.0 (c) 2002-2017 Anatoliy Kuznetsov.";
+template<bool T> const unsigned _copyright<T>::_v[3] = {3, 9, 0};
145
146
147
template<bool T> struct DeBruijn_bit_position
0 commit comments