Skip to content

Commit

Permalink
feat: Release 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DNedic committed Dec 7, 2023
1 parent 943f418 commit 4edeab9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@
## 1.3.3

- Added the ability to configure the library through CMake

## 1.3.4

- A critical linear space calculation bug that could cause data corruption was fixed
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.16)

project(lfbb
VERSION 1.3.3
VERSION 1.3.4
LANGUAGES C CXX
)

Expand Down
6 changes: 3 additions & 3 deletions lfbb/inc/lfbb.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* c11 suitable for both low-end microcontrollers all the way
* to HPC machines. Lock-free for single consumer single
* producer scenarios.
* @version 1.3.3
* @date 10. August 2023
* @version 1.3.4
* @date 7. December 2023
* @author Djordje Nedic
**************************************************************/

Expand Down Expand Up @@ -37,7 +37,7 @@
* This file is part of LFBB - Lock Free Bipartite Buffer
*
* Author: Djordje Nedic <[email protected]>
* Version: 1.3.3
* Version: 1.3.4
**************************************************************/

/************************** INCLUDE ***************************/
Expand Down
6 changes: 3 additions & 3 deletions lfbb/src/lfbb.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* c11 suitable for both low-end microcontrollers all the way
* to HPC machines. Lock-free for single consumer single
* producer scenarios.
* @version 1.3.3
* @date 10. August 2023
* @version 1.3.4
* @date 7. December 2023
* @author Djordje Nedic
**************************************************************/

Expand Down Expand Up @@ -37,7 +37,7 @@
* This file is part of LFBB - Lock Free Bipartite Buffer
*
* Author: Djordje Nedic <[email protected]>
* Version: 1.3.3
* Version: 1.3.4
**************************************************************/

/************************** INCLUDE ***************************/
Expand Down

0 comments on commit 4edeab9

Please sign in to comment.