Skip to content

Commit ef647f0

Browse files
committed
v1.3.2
* 10a65d8 - Added missing CMake install file * 246d241 - Added basic CMake install setup
1 parent 10a65d8 commit ef647f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.14) # For ARCH_INDEPENDENT in write_basic_packa
33
# Project declaration
44
project(
55
dynamic_bitset
6-
VERSION 1.3.1
6+
VERSION 1.3.2
77
DESCRIPTION "Simple Useful Libraries: C++17/20 header-only dynamic bitset"
88
HOMEPAGE_URL "https://github.com/pinam45/dynamic_bitset"
99
LANGUAGES CXX

include/sul/dynamic_bitset.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* @since 1.1.0
2929
*/
30-
#define SUL_DYNAMIC_BITSET_VERSION_PATCH 1
30+
#define SUL_DYNAMIC_BITSET_VERSION_PATCH 2
3131

3232
/** @file
3333
* @brief @ref sul::dynamic_bitset declaration and implementation.

0 commit comments

Comments
 (0)