From 5b3df6f71b4dbade543dbb46a8ab50a69863c2e8 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 23 Oct 2017 20:41:48 -0400 Subject: [PATCH] version increment --- src/bmconst.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bmconst.h b/src/bmconst.h index 5b4df1ce..3c32b2a2 100644 --- a/src/bmconst.h +++ b/src/bmconst.h @@ -140,8 +140,8 @@ template struct _copyright }; template const char _copyright::_p[] = - "BitMagic C++ Library. v.3.8.0 (c) 2002-2017 Anatoliy Kuznetsov."; -template const unsigned _copyright::_v[3] = {3, 8, 0}; + "BitMagic C++ Library. v.3.9.0 (c) 2002-2017 Anatoliy Kuznetsov."; +template const unsigned _copyright::_v[3] = {3, 9, 0}; template struct DeBruijn_bit_position