Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
* de9c114 - Updated GitHub Actions config after set-env was disabled
* 4843fe5 - Removed no longer supported Xcode versions from Travis config
* e60f961 - Added the data() function
* 968b396 - Added SUL_DYNAMIC_BITSET_VERSION_* defines
* d4602a2 - Moved dynamic_bitset.hpp to the sul subfolder
* 97694cf - Added Debug/Release configs to Travis
* 139887f - Added GCC 10 / Clang 10 / XCode configs to Travis
  • Loading branch information
pinam45 committed Dec 13, 2020
1 parent de9c114 commit 4d8f46a
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.10) # For CXX_STANDARD 17 property on Visual St
# Project declaration
project(
dynamic_bitset
VERSION 1.1.0
VERSION 1.2.0
DESCRIPTION "Simple Useful Libraries: The C++17 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 @@ -16,7 +16,7 @@
/**
* @brief @ref sul::dynamic_bitset version minor.
*/
#define SUL_DYNAMIC_BITSET_VERSION_MINOR 1
#define SUL_DYNAMIC_BITSET_VERSION_MINOR 2

/**
* @brief @ref sul::dynamic_bitset version patch.
Expand Down

0 comments on commit 4d8f46a

Please sign in to comment.