-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
cmake_minimum_required(VERSION 3.16) | ||
|
||
project(lfbb | ||
VERSION 1.3.3 | ||
VERSION 1.3.4 | ||
LANGUAGES C CXX | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
**************************************************************/ | ||
|
||
|
@@ -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 ***************************/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
**************************************************************/ | ||
|
||
|
@@ -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 ***************************/ | ||
|