Skip to content

Commit

Permalink
Modify version number
Browse files Browse the repository at this point in the history
  • Loading branch information
XinLiGH committed Jul 6, 2019
1 parent db77208 commit 40d85ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RingBuffer/RingBuffer/RingBuffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
******************************************************************************
* @file RingBuffer.c
* @author XinLi
* @version v1.0
* @version v1.1
* @date 15-January-2018
* @brief Ring buffer module source file.
******************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion RingBuffer/RingBuffer/RingBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
******************************************************************************
* @file RingBuffer.h
* @author XinLi
* @version v1.0
* @version v1.1
* @date 15-January-2018
* @brief Header file for RingBuffer.c module.
******************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion RingBuffer/RingBuffer/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
******************************************************************************
* @file main.c
* @author XinLi
* @version v1.0
* @version v1.1
* @date 15-January-2018
* @brief Main program body.
******************************************************************************
Expand Down

0 comments on commit 40d85ac

Please sign in to comment.