Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Nov 15, 2020
2 parents ffa8c97 + f7d4006 commit d9628eb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev/VisualStudio/lwpkt_opts.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* This file is part of LwPKT - Lightweight packet protocol library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.0.0
* Version: v1.0.1
*/
#ifndef LWPKT_HDR_OPTS_H
#define LWPKT_HDR_OPTS_H
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
author = 'Tilen MAJERLE'

# The full version, including alpha/beta/rc tags
version = '1.0.0'
version = '1.0.1'

# Try to get branch at which this is running
# and try to determine which version to display in sphinx
Expand Down
2 changes: 1 addition & 1 deletion lwpkt/src/include/lwpkt/lwpkt.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* This file is part of LwPKT - Lightweight packet protocol library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.0.0
* Version: v1.0.1
*/
#ifndef LWPKT_HDR_H
#define LWPKT_HDR_H
Expand Down
2 changes: 1 addition & 1 deletion lwpkt/src/include/lwpkt/lwpkt_opt.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* This file is part of LwPKT - Lightweight packet protocol library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.0.0
* Version: v1.0.1
*/
#ifndef LWPKT_HDR_OPT_H
#define LWPKT_HDR_OPT_H
Expand Down
2 changes: 1 addition & 1 deletion lwpkt/src/include/lwpkt/lwpkt_opts_template.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* This file is part of LwPKT - Lightweight packet protocol library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.0.0
* Version: v1.0.1
*/
#ifndef LWPKT_HDR_OPTS_H
#define LWPKT_HDR_OPTS_H
Expand Down
2 changes: 1 addition & 1 deletion lwpkt/src/lwpkt/lwpkt.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* This file is part of LwPKT - Lightweight packet protocol library.
*
* Author: Tilen MAJERLE <tilen@majerle.eu>
* Version: v1.0.0
* Version: v1.0.1
*/
#include <string.h>
#include "lwpkt/lwpkt.h"
Expand Down

0 comments on commit d9628eb

Please sign in to comment.