Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DNedic committed Sep 18, 2022
1 parent 74f04a6 commit 7c39318
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 @@ -36,3 +36,7 @@

- Refactored for performance improvements and code quality
- Improved documentation in regards to configuration

## 1.2.2

- Improved performance by using a write_wrapped flag instead of infering write wraps
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.2.1
VERSION 1.2.2
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.2.1
* @date 15. September 2022
* @version 1.2.2
* @date 19. September 2022
* @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.2.1
* Version: 1.2.2
**************************************************************/

/************************** 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.2.1
* @date 15. September 2022
* @version 1.2.2
* @date 19. September 2022
* @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.2.1
* Version: 1.2.2
**************************************************************/

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

0 comments on commit 7c39318

Please sign in to comment.