We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef53d7f commit 9694edaCopy full SHA for 9694eda
CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10) # For CXX_STANDARD 17 property on Visual St
3
# Project declaration
4
project(
5
dynamic_bitset
6
- VERSION 1.3.0
+ VERSION 1.3.1
7
DESCRIPTION "Simple Useful Libraries: C++17/20 header-only dynamic bitset"
8
HOMEPAGE_URL "https://github.com/pinam45/dynamic_bitset"
9
LANGUAGES CXX
include/sul/dynamic_bitset.hpp
@@ -27,7 +27,7 @@
27
*
28
* @since 1.1.0
29
*/
30
-#define SUL_DYNAMIC_BITSET_VERSION_PATCH 0
+#define SUL_DYNAMIC_BITSET_VERSION_PATCH 1
31
32
/** @file
33
* @brief @ref sul::dynamic_bitset declaration and implementation.
0 commit comments