Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
* 10a65d8 - Added missing CMake install file
* 246d241 - Added basic CMake install setup
  • Loading branch information
pinam45 committed Dec 2, 2024
1 parent 10a65d8 commit ef647f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.14) # For ARCH_INDEPENDENT in write_basic_packa
# Project declaration
project(
dynamic_bitset
VERSION 1.3.1
VERSION 1.3.2
DESCRIPTION "Simple Useful Libraries: C++17/20 header-only dynamic bitset"
HOMEPAGE_URL "https://github.com/pinam45/dynamic_bitset"
LANGUAGES CXX
Expand Down
2 changes: 1 addition & 1 deletion include/sul/dynamic_bitset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*
* @since 1.1.0
*/
#define SUL_DYNAMIC_BITSET_VERSION_PATCH 1
#define SUL_DYNAMIC_BITSET_VERSION_PATCH 2

/** @file
* @brief @ref sul::dynamic_bitset declaration and implementation.
Expand Down

0 comments on commit ef647f0

Please sign in to comment.